-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 993 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 993 Bytes
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": "cidrtool",
"version": "1.0.0",
"description": "Inspect and manipulate CIDR blocks.",
"repository": {
"type": "git",
"url": "git+https://github.com/bluekeyes/cidrtool.git"
},
"author": "Billy Keyes <bluekeyes@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bluekeyes/cidrtool/issues"
},
"homepage": "https://github.com/bluekeyes/cidrtool#readme",
"scripts": {
"build": "webpack",
"start": "webpack-dev-server -w"
},
"devDependencies": {
"css-loader": "^0.28.11",
"elm": "^0.18.0",
"elm-webpack-loader": "^4.5.0",
"html-webpack-plugin": "^3.1.0",
"mini-css-extract-plugin": "^0.3.0",
"optimize-css-assets-webpack-plugin": "^4.0.0",
"postcss": "^6.0.21",
"postcss-loader": "^2.1.3",
"script-ext-html-webpack-plugin": "^2.0.1",
"style-loader": "^0.20.3",
"tailwindcss": "^0.5.1",
"webpack": "^4.3.0",
"webpack-cli": "^2.0.13",
"webpack-dev-server": "^3.1.1"
}
}