-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 996 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
{
"name": "react-react",
"version": "1.2.0",
"description": "The best state management toolkit for react",
"main": "src/index.js",
"typings": "src/index.d.ts",
"author": "Eugene Tihonove <[email protected]>",
"license": "MIT",
"private": false,
"scripts": {
"test": "mocha",
"test-coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"bugs": {
"url": "https://github.com/tihonove/react-react/issues"
},
"homepage": "https://github.com/tihonove/react-react",
"repository": "github:tihonove/react-react",
"keywords": [
"react",
"state management"
],
"files": [
"src"
],
"peerDependencies": {
"react": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"devDependencies": {
"chai": "4.1.2",
"coveralls": "^3.0.0",
"istanbul": "^0.4.5",
"mocha": "5.0.1"
}
}