forked from ebidel/filer.js
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 727 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 727 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
{
"name": "@phated/filer",
"version": "0.2.5",
"description": "HTML5 FileSystem API abstraction based on @ebidel's filer.js",
"author": "Blaine Bublitz <blaine@iceddev.com> (http://iceddev.com)",
"contributors": [],
"repository": "iceddev/filer.js",
"license": "Apache-2.0",
"engines": {
"node": ">= 0.10"
},
"main": "index.js",
"files": [
"LICENSE",
"index.js"
],
"scripts": {
"test": "eslint **/*.js",
"build": "webpack",
"prepublish": "npm run build"
},
"dependencies": {},
"devDependencies": {
"eslint": "^0.23.0",
"exports-loader": "^0.6.2",
"imports-loader": "^0.6.4",
"node-libs-browser": "^0.5.2",
"webpack": "^1.10.1"
},
"keywords": []
}