-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 791 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 791 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
{
"name": "idb.filesystem.js",
"version": "0.0.8",
"description": "HTML5 Filesystem API polyfill using IndexedDB",
"main": "src/idb.filesystem.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ebidel/idb.filesystem.js.git"
},
"author": "Eric Bidelman <ebidel@>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ebidel/idb.filesystem.js/issues"
},
"homepage": "https://github.com/ebidel/idb.filesystem.js#readme",
"devDependencies": {
"google-closure-compiler-js": "*",
"gulp": "^3.9.1",
"gulp-inject-version": "^1.0.1",
"gulp-license": "^1.1.0",
"gulp-load-plugins": "^1.3.0"
}
}