-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.13 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
{
"name": "@zebulonj/redux-forms-core",
"version": "0.0.0",
"description": "Redux forms library.",
"main": "index.js",
"dependencies": {
"@zebulonj/redux-utils": "https://github.com/zebulonj/redux-utils/archive/master.tar.gz",
"immutable": "^3.8.1",
"redux": "^3.6.0",
"redux-logger": "^3.0.1"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.0",
"babel-eslint": "^7.2.1",
"babel-plugin-transform-function-bind": "^6.22.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.0",
"eslint": "^3.18.0",
"eslint-plugin-react": "^6.10.3",
"faucet": "0.0.1",
"git-hooks": "^1.1.8",
"tape": "^4.6.3"
},
"scripts": {
"build": "babel src --out-dir lib",
"test": "tape 'lib/**/*.spec.js' | faucet"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/zebulonj/redux-forms-core.git"
},
"author": "Zebulon Young ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/zebulonj/redux-forms-core/issues"
},
"homepage": "https://github.com/zebulonj/redux-forms-core#readme"
}