2013-03-11 19:14:26 +00:00
|
|
|
{
|
2013-12-02 21:33:44 +00:00
|
|
|
"name": "filer",
|
2013-12-11 17:55:25 +00:00
|
|
|
"description": "Node-like file system for browsers",
|
2014-05-14 16:16:14 +00:00
|
|
|
"keywords": [
|
|
|
|
"fs",
|
|
|
|
"node",
|
|
|
|
"file",
|
|
|
|
"system",
|
|
|
|
"browser",
|
|
|
|
"indexeddb",
|
|
|
|
"idb",
|
|
|
|
"websql"
|
|
|
|
],
|
2014-10-24 11:57:19 +00:00
|
|
|
"version": "0.0.35",
|
2013-12-11 17:55:25 +00:00
|
|
|
"author": "Alan K <ack@modeswitch.org> (http://blog.modeswitch.org)",
|
2014-09-18 17:08:48 +00:00
|
|
|
"homepage": "http://filerjs.github.io/filer",
|
|
|
|
"bugs": "https://github.com/filerjs/filer/issues",
|
2013-12-11 17:55:25 +00:00
|
|
|
"license": "BSD",
|
2014-01-21 21:25:09 +00:00
|
|
|
"scripts": {
|
2014-02-17 16:28:04 +00:00
|
|
|
"test": "grunt test"
|
2014-01-21 21:25:09 +00:00
|
|
|
},
|
2013-12-11 17:55:25 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2014-09-18 17:08:48 +00:00
|
|
|
"url": "https://github.com/filerjs/filer.git"
|
2013-12-11 17:55:25 +00:00
|
|
|
},
|
2014-03-07 03:31:35 +00:00
|
|
|
"dependencies": {
|
2014-07-14 18:16:34 +00:00
|
|
|
"bower": "~1.3.8",
|
2014-11-28 17:48:10 +00:00
|
|
|
"base64-arraybuffer": "^0.1.2",
|
|
|
|
"minimatch": "^1.0.0"
|
2014-03-07 03:31:35 +00:00
|
|
|
},
|
2013-03-11 19:14:26 +00:00
|
|
|
"devDependencies": {
|
2014-05-19 20:47:24 +00:00
|
|
|
"chai": "~1.9.1",
|
2013-03-11 19:14:26 +00:00
|
|
|
"grunt": "~0.4.0",
|
2014-11-11 23:29:55 +00:00
|
|
|
"grunt-banner": "^0.2.3",
|
2014-05-26 17:57:20 +00:00
|
|
|
"grunt-browserify": "^2.1.0",
|
2014-05-14 16:16:14 +00:00
|
|
|
"grunt-bump": "0.0.13",
|
2013-03-11 19:14:26 +00:00
|
|
|
"grunt-contrib-clean": "~0.4.0",
|
|
|
|
"grunt-contrib-compress": "~0.4.1",
|
2013-11-08 20:33:44 +00:00
|
|
|
"grunt-contrib-concat": "~0.1.3",
|
2014-05-19 20:47:24 +00:00
|
|
|
"grunt-contrib-connect": "^0.7.1",
|
2014-01-21 21:25:09 +00:00
|
|
|
"grunt-contrib-jshint": "~0.7.1",
|
2014-05-14 16:16:14 +00:00
|
|
|
"grunt-contrib-uglify": "~0.1.2",
|
|
|
|
"grunt-contrib-watch": "~0.3.1",
|
2014-11-11 23:29:55 +00:00
|
|
|
"grunt-git": "git://github.com/sedge/grunt-git.git#gitrm",
|
2014-05-14 16:16:14 +00:00
|
|
|
"grunt-npm": "git://github.com/sedge/grunt-npm.git#branchcheck",
|
|
|
|
"grunt-prompt": "^1.1.0",
|
2014-05-26 17:57:20 +00:00
|
|
|
"grunt-shell": "~0.7.0",
|
2014-05-14 16:16:14 +00:00
|
|
|
"habitat": "^1.1.0",
|
2014-05-16 16:37:34 +00:00
|
|
|
"mocha": "~1.18.2",
|
2014-11-11 23:29:55 +00:00
|
|
|
"requirejs": "^2.1.14",
|
|
|
|
"semver": "^2.3.0"
|
2014-05-19 20:47:24 +00:00
|
|
|
},
|
2014-05-27 18:26:16 +00:00
|
|
|
"main": "./src/index.js"
|
2013-03-11 19:14:26 +00:00
|
|
|
}
|