-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 960 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "behaviours-js",
"version": "1.3.1",
"description": "Behaviours framework written in JavaScript implementing Behaviour-first-design and queue-map architecture.",
"main": "index.js",
"scripts": {
"test": "snyk test && test",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"dependencies": {
"debug": "latest",
"define-js": "latest",
"parseparams": "latest",
"shallow-copy": "latest",
"snyk": "^1.1074.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/quanode/behaviours.git"
},
"keywords": [
"behaviour",
"map",
"queue"
],
"author": "Ahmed Ragab <ahmed.ragab@me.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/quanode/behaviours/issues"
},
"homepage": "https://github.com/quanode/behaviours#readme",
"snyk": true
}