60 lines
1.6 KiB
JSON
60 lines
1.6 KiB
JSON
{
|
|
"name": "filer",
|
|
"description": "Node-like file system for browsers",
|
|
"keywords": [
|
|
"fs",
|
|
"node",
|
|
"file",
|
|
"system",
|
|
"browser",
|
|
"indexeddb",
|
|
"idb",
|
|
"websql"
|
|
],
|
|
"version": "0.0.26",
|
|
"author": "Alan K <ack@modeswitch.org> (http://blog.modeswitch.org)",
|
|
"homepage": "http://js-platform.github.io/filer",
|
|
"bugs": "https://github.com/js-platform/filer/issues",
|
|
"license": "BSD",
|
|
"scripts": {
|
|
"postinstall": "./node_modules/.bin/bower install",
|
|
"test": "grunt test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/js-platform/filer.git"
|
|
},
|
|
"browser": {
|
|
"request": "browser-request"
|
|
},
|
|
"dependencies": {
|
|
"bower": "~1.3.8",
|
|
"request": "^2.36.0",
|
|
"browser-request": "git://github.com/humphd/browser-request.git#959ea95bf200d64939ed76897d3b06bb684f3a0d",
|
|
"jszip": "git://github.com/humphd/jszip.git#ad3f356bb165aba1cafeabe1bb3e49293803f975",
|
|
"base64-arraybuffer": "^0.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "~1.9.1",
|
|
"grunt": "~0.4.0",
|
|
"grunt-browserify": "^2.1.0",
|
|
"grunt-bump": "0.0.13",
|
|
"grunt-contrib-clean": "~0.4.0",
|
|
"grunt-contrib-compress": "~0.4.1",
|
|
"grunt-contrib-concat": "~0.1.3",
|
|
"grunt-contrib-connect": "^0.7.1",
|
|
"grunt-contrib-jshint": "~0.7.1",
|
|
"grunt-contrib-uglify": "~0.1.2",
|
|
"grunt-contrib-watch": "~0.3.1",
|
|
"grunt-git": "0.2.10",
|
|
"grunt-npm": "git://github.com/sedge/grunt-npm.git#branchcheck",
|
|
"grunt-prompt": "^1.1.0",
|
|
"grunt-shell": "~0.7.0",
|
|
"habitat": "^1.1.0",
|
|
"mocha": "~1.18.2",
|
|
"semver": "^2.3.0",
|
|
"requirejs": "^2.1.14"
|
|
},
|
|
"main": "./src/index.js"
|
|
}
|