-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
39 lines (39 loc) · 866 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
35
36
37
38
39
{
"name": "barracks",
"version": "9.3.2",
"description": "Action dispatcher for unidirectional data flows",
"main": "index.js",
"scripts": {
"test": "standard && NODE_ENV=test node test",
"test:cov": "standard && NODE_ENV=test istanbul cover test.js",
"watch": "watch 'npm t'"
},
"repository": "yoshuawuyts/barracks",
"keywords": [
"action",
"dispatcher"
],
"license": "MIT",
"dependencies": {
"nanotick": "^1.1.2",
"xtend": "^4.0.1"
},
"devDependencies": {
"bundle-collapser": "^1.2.1",
"coveralls": "~2.11.12",
"es2020": "^1.1.6",
"istanbul": "~0.4.5",
"noop2": "^2.0.0",
"standard": "^8.0.0",
"tape": "^4.6.0",
"uglifyify": "^3.0.2",
"unassertify": "^2.0.3",
"watch": "^1.0.0"
},
"files": [
"LICENSE",
"README.md",
"index.js",
"apply-hook.js"
]
}