-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 806 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 806 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
34
35
{
"name": "domsnap",
"version": "0.3.0",
"description": "Offline web pages by persisting DOM to IndexedDB/WebSQL.",
"license": "MIT",
"main": "lib/index.js",
"repository": "unbug/DOMSnap",
"author": {
"name": "unbug",
"email": "tidelgl@gmail.com",
"url": "https://github.com/unbug"
},
"keywords": [
"DOMSnap",
"offline html",
"application cache",
"window.caches",
"lovefield",
"IndexedDB",
"WebSQL"
],
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-documentation": "^2.2.0",
"gulp-gzip": "^1.2.0",
"gulp-load-plugins": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-size": "^2.1.0",
"gulp-uglify": "^1.5.3",
"run-sequence": "^1.1.5",
"webpack": "^1.12.14",
"webpack-stream": "^3.1.0"
}
}