-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 894 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": "minidux",
"version": "1.0.1",
"description": "just like redux but tiny",
"main": "index.js",
"scripts": {
"test:node": "tape test.js | tap-spec",
"test:testron": "browserify test.js | testron | tap-spec",
"test": "standard && npm run test:node && npm run test:testron"
},
"repository": {
"type": "git",
"url": "git+https://github.com/freeman-lab/minidux.git"
},
"author": "sethvincent",
"license": "MIT",
"bugs": {
"url": "https://github.com/freeman-lab/minidux/issues"
},
"homepage": "https://github.com/freeman-lab/minidux#readme",
"devDependencies": {
"browserify": "^13.0.0",
"electron-prebuilt": "^0.37.6",
"standard": "^6.0.7",
"tap-spec": "^4.1.1",
"tape": "^4.5.0",
"testron": "^1.2.0"
},
"dependencies": {
"composite": "^0.2.3",
"is-plain-object": "^2.0.1",
"xtend": "^4.0.1"
}
}