forked from TalAter/UpUp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 990 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
31
32
33
34
35
36
37
38
{
"name": "upup",
"version": "0.3.0",
"description": "Control the content users see, even when they're offline",
"main": "dist/upup.min.js",
"scripts": {
"start": "grunt dev"
},
"repository": {
"type": "git",
"url": "https://github.com/TalAter/UpUp.git"
},
"keywords": [
"offline",
"offlinefirst",
"cache",
"serviceworker"
],
"author": "Tal Ater <[email protected]> (https://www.talater.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/TalAter/UpUp/issues"
},
"homepage": "https://github.com/TalAter/UpUp",
"devDependencies": {
"grunt": "^0.4.5",
"async": "^2.0.1",
"grunt-contrib-compress": "^1.4.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-cssmin": "^2.2.0",
"grunt-contrib-imagemin": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^3.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-markdox": "^1.2.1",
"load-grunt-tasks": "^3.5.2"
}
}