-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 770 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 770 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
{
"name": "forms",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"connect": "^3.6.6",
"node-static": "^0.7.10",
"serve-static": "^1.13.2",
"server": "^1.0.18"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"webpack": "^4.9.1",
"webpack-cli": "^2.1.4",
"webpack-dev-server": "^3.1.4"
},
"scripts": {
"dev": "webpack-dev-server --inline --hot"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zplsh/grizzlyForm.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zplsh/grizzlyForm/issues"
},
"homepage": "https://github.com/zplsh/grizzlyForm#readme"
}