-
Notifications
You must be signed in to change notification settings - Fork 108
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 787 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 787 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
{
"name": "gotham_imperial_hotel",
"version": "1.0.0",
"description": "Sample project for the book Building Progressive Web Apps with Service Workers",
"license": "MIT",
"author": "Tal Ater <tal@talater.com> (https://www.talater.com/)",
"repository": {
"type": "git",
"url": "https://github.com/TalAter/gotham_imperial_hotel.git"
},
"scripts": {
"start": "grunt serve",
"test": "grunt"
},
"dependencies": {
"body-parser": "^1.15.2",
"grunt-cli": "^1.2.0"
},
"devDependencies": {
"express": "^4.14.0",
"grunt": "^0.4.5",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^19.0.0",
"grunt-express-server": "^0.5.3",
"lodash": "^4.17.13",
"lowdb": "^0.13.1",
"moment": "^2.13.0",
"web-push": "^3.1.0"
}
}