forked from TomiHiltunen/react-colorpicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 863 Bytes
/
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
{
"name": "react-colorpicker",
"version": "0.1.0",
"description": "Colorpicker component for React.",
"main": "src/components/Colorpicker.jsx",
"repository": {
"type": "git",
"url": "git+https://github.com/TomiHiltunen/react-colorpicker.git"
},
"keywords": [
"react",
"colorpicker"
],
"author": "Tomi Hiltunen",
"license": "MIT",
"bugs": {
"url": "https://github.com/TomiHiltunen/react-colorpicker/issues"
},
"homepage": "https://github.com/TomiHiltunen/react-colorpicker#readme",
"dependencies": {
"react": "^0.14.7",
"react-dom": "^0.14.7"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.5.2",
"babel-loader": "^6.2.3",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0"
},
"scripts": {
"start": "webpack-dev-server",
"build": "webpack"
}
}