-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 911 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": "state-trooper",
"version": "2.1.3",
"description": "Application State Manager",
"keywords": [
"react",
"cursor",
"functional",
"flux",
"immutable",
"state"
],
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "./node_modules/mocha/bin/mocha --reporter dot --compilers js:babel/register test/**_test.js",
"prepublish": "babel src/ -d dist/"
},
"repository": {
"type": "git",
"url": "git://github.com/swipely/state-trooper.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/swipely/state-trooper/issues"
},
"homepage": "https://github.com/swipely/state-trooper",
"dependencies": {
"immutability-helper": "^2.2.0",
"js-csp": "0.9.2",
"lodash.isequal": "^4.5.0"
},
"devDependencies": {
"sinon": "^2.2.0",
"mocha": "^3.3.0",
"expect.js": "^0.3.1",
"babel": "^5.6.7"
}
}