-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 911 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
36
{
"name": "react-onoff-switch",
"version": "1.0.0",
"description": "React on-off switch component",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"onoff",
"switch"
],
"author": "Sergio Crisostomo",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"react-dom": "^15.3.2",
"webpack": "^1.13.3"
},
"dependencies": {
"react": "^15.3.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SergioCrisostomo/react-onoff-switch.git"
},
"bugs": {
"url": "https://github.com/SergioCrisostomo/react-onoff-switch/issues"
},
"homepage": "https://github.com/SergioCrisostomo/react-onoff-switch#readme"
}