-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 1023 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
40
{
"scripts": {
"test": "jest",
"build": "webpack",
"test-watch": "jest --watch",
"test-coverage": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
},
"keywords" :[
"react",
"reactjs",
"react.js",
"redux-form",
"form",
"unidirectional",
"react-form",
"two-way-databinding",
"twoway-databinding"
],
"homepage": "https://github.com/pawarvijay/react-chopper#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"jest": "^22.4.3",
"coveralls": "^3.0.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"react": "^16.3.1",
"react-chopper": "^1.0.7",
"react-dom": "^16.3.1"
},
"name": "react-chopper",
"version": "1.1.8",
"main": "./src/index.js",
"repository": "https://github.com/pawarvijay/react-chopper.git",
"author": "vijay",
"license": "MIT"
}