-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
50 lines (50 loc) · 1.12 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
{
"name": "aor-color-input",
"version": "1.2.1",
"description": "<ColorInput> component for admin-on-rest",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"LICENSE",
"*.md",
"lib",
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dreinke/aor-color-input.git"
},
"keywords": [
"reactjs",
"rest",
"react",
"color",
"picker",
"html"
],
"author": "Davi Reinke",
"license": "MIT",
"bugs": {
"url": "https://github.com/dreinke/aor-color-input/issues"
},
"homepage": "https://github.com/dreinke/aor-color-input#readme",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0"
},
"peerDependencies": {
"react": "^15.4.2"
},
"dependencies": {
"inflection": "^1.12.0",
"material-ui": "^0.20.0",
"prop-types": "^15.6.0",
"react-color": "^2.11.1"
}
}