forked from lmachens/dev-issues
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 766 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
{
"name": "dev-issues",
"version": "1.0.0",
"description": "Issues search example",
"main": "index.js",
"scripts": {
"dev:build": "webpack --watch",
"dev:serve": "live-server dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lmachens/dev-issues.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lmachens/dev-issues/issues"
},
"homepage": "https://github.com/lmachens/dev-issues#readme",
"devDependencies": {
"css-loader": "^4.2.1",
"html-webpack-plugin": "^4.3.0",
"live-server": "^1.2.1",
"style-loader": "^1.2.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
}
}