-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.32 KB
/
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
41
42
43
44
45
46
47
48
{
"name": "redux-autoform-component-factory",
"version": "0.9.1",
"description": "Component factory for Redux-Autoform",
"main": "./lib/index.js",
"scripts": {
"build-lib": "babel-node ./tools/build-lib.js",
"test": "mocha ./test --compilers js:babel-register",
"coverage": "babel-node ./node_modules/.bin/isparta cover _mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/redux-autoform/redux-autoform-component-factory.git"
},
"keywords": [
"autoform",
"react",
"redux",
"utils"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/redux-autoform/redux-autoform-component-factory/issues"
},
"homepage": "https://github.com/redux-autoform/redux-autoform-utils#readme",
"dependencies": {
"react": "^15.2.1",
"redux-form": "^6.0.1"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-core": "^6.7.4",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"chai": "^3.5.0",
"child-process-promise": "^2.0.3",
"colors": "^1.1.2",
"coveralls": "^2.11.11",
"isparta": "^4.0.0",
"mocha": "^3.0.0",
"rimraf-promise": "^2.0.0"
}
}