-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.34 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
49
50
51
52
53
54
{
"name": "react-controlfacades",
"version": "1.1.4",
"description": "Style form controls but use their default behavior",
"main": "./lib/index.js",
"directories": {
"test": "test"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.23",
"babel-eslint": "^4.1.1",
"babel-plugin-object-assign": "^1.2.1",
"babel-runtime": "^5.8.20",
"eslint": "^1.3.1",
"eslint-plugin-babel": "^2.1.1",
"eslint-plugin-react": "^3.3.1",
"gulp": "^3.9.0",
"gulp-babel": "^5.1.0",
"gulp-bump": "~0.1.8",
"gulp-git": "^1.7.2",
"gulp-tag-version": "^1.3.0",
"gulp-util": "~2.2.14",
"react": "~0.10.0"
},
"peerDependencies": {
"react": "*"
},
"scripts": {
"build": "./node_modules/.bin/babel-node ./node_modules/.bin/gulp build",
"watch": "./node_modules/.bin/babel-node ./node_modules/.bin/gulp watch",
"prepublish": "npm run-script build"
},
"repository": {
"type": "git",
"url": "git://github.com/hzdg/react-controlfacades.git"
},
"keywords": [
"react-component",
"react",
"controls",
"input",
"custom",
"component"
],
"author": "Matthew Dapena-Tretter <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hzdg/react-controlfacades/issues"
},
"dependencies": {
"react-controllables": "^0.6.0"
}
}