-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 862 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": "bad-dog",
"version": "1.0.0",
"description": "Bad Dog ========================",
"main": "server.js",
"dependencies": {
"app-root-path": "^2.0.1",
"express": "^4.15.2",
"jquery": "^3.2.1",
"serve-index": "^1.8.0"
},
"devDependencies": {
"@types/jquery": "^2.0.41"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prestart": "npm install && tsc -p . && cp -R websrc/index.html out/ && cp -R websrc/style.css out/ && cp -R node_modules/jquery/dist/jquery.min.js out/",
"start": "node server.js"
},
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/JasonKleban/bad-dog.git"
},
"bugs": {
"url": "https://github.com/JasonKleban/bad-dog/issues"
},
"homepage": "https://github.com/JasonKleban/bad-dog#readme"
}