-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 918 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
{
"name": "cidr-converter",
"version": "1.0.0",
"description": "converts ip ranges into CIDR notation",
"main": "CIDR.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davismartin/CIDR-Converter.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/davismartin/CIDR-Converter/issues"
},
"homepage": "https://github.com/davismartin/CIDR-Converter#readme",
"devDependencies": {
"babel-core": "^6.3.17",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"canon-react": "^0.6.3",
"gulp": "^3.9.0",
"gulp-webserver": "^0.9.1",
"history": "^1.13.1",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-router": "^1.0.2",
"webpack": "^1.12.9",
"webpack-stream": "^3.1.0"
}
}