forked from Kr0na/point-one
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 946 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 946 Bytes
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
{
"name": "point-one",
"version": "0.4.0",
"description": "Point One - Advanced Flux/Redux for React application",
"repository": {
"type": "git",
"url": "https://github.com/Kr0na/point-one.git"
},
"main": "lib/index.js",
"scripts": {
"dist": "babel -d lib/ src/",
"prepublish": "npm run dist",
"test": "babel-node ./node_modules/.bin/isparta cover ./node_modules/.bin/_mocha --report lcovonly -- -R spec"
},
"keywords": [
"Flux",
"React",
"Krux",
"Krona",
"redux"
],
"author": "Alex Grand <alex@granted.name>",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.7.7",
"babel-core": "^6.7.7",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.7.2",
"chai": "^3.5.0",
"isparta": "^4.0.0",
"mocha": "^2.4.5"
},
"dependencies": {
"is-plain-object": "^2.0.1"
}
}