-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 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
40
{
"name": "mvu-react-form",
"private": true,
"version": "0.1.0",
"description": "A form generator using React stateless components and the Model-View-Update architecture",
"main": "index.js",
"scripts": {
"clean": "rimraf release",
"build": "babel src --out-dir release",
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/broucz/mvu-react-form.git"
},
"author": "Pierre Brouca <[email protected]> (https://github.com/broucz)",
"license": "MIT",
"bugs": {
"url": "https://github.com/broucz/mvu-react-form/issues"
},
"homepage": "https://github.com/broucz/mvu-react-form#readme",
"peerDependencies": {
"react": "^0.14.0",
"react-dom": "^0.14.0"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.25",
"babel-eslint": "^4.1.3",
"babel-loader": "^5.3.2",
"eslint": "^1.6.0",
"eslint-config-airbnb": "^0.1.0",
"eslint-plugin-react": "^3.5.1",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"rimraf": "^2.4.3",
"webpack": "^1.12.2"
}
}