-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
31 lines (31 loc) · 985 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
{
"name": "redial",
"version": "0.5.0",
"description": "Universal data fetching and route lifecycle management for React etc.",
"main": "lib/index.js",
"scripts": {
"test": "babel-istanbul cover _mocha && babel-istanbul check-coverage --branches 100",
"build": "rm -rf lib/ && ./node_modules/.bin/babel -d lib/ src/",
"prepublish": "npm run build",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/markdalgleish/redial.git"
},
"author": "Mark Dalgleish",
"license": "MIT",
"bugs": {
"url": "https://github.com/markdalgleish/redial/issues"
},
"homepage": "https://github.com/markdalgleish/redial#readme",
"devDependencies": {
"babel": "^5.8.23",
"babel-istanbul": "^0.3.20",
"chai": "^3.3.0",
"coveralls": "^2.11.6",
"mocha": "^2.3.3",
"react": "^0.14.1",
"sinon": "^1.17.1"
}
}