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",
|
|
|
|
"keywords": ["fs", "node", "file", "system", "browser", "indexeddb", "idb", "websql"],
|
2014-03-08 21:07:19 +00:00
|
|
|
"version": "0.0.6",
|
2013-12-11 17:55:25 +00:00
|
|
|
"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",
|
2014-01-21 21:25:09 +00:00
|
|
|
"scripts": {
|
2014-02-17 16:28:04 +00:00
|
|
|
"postinstall": "./node_modules/.bin/bower install",
|
|
|
|
"test": "grunt test"
|
2014-01-21 21:25:09 +00:00
|
|
|
},
|
2013-12-11 17:55:25 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/js-platform/filer.git"
|
|
|
|
},
|
2014-03-07 03:31:35 +00:00
|
|
|
"dependencies": {
|
|
|
|
"bower": "~1.0.0"
|
|
|
|
},
|
2013-03-11 19:14:26 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"grunt": "~0.4.0",
|
|
|
|
"grunt-contrib-clean": "~0.4.0",
|
|
|
|
"grunt-contrib-requirejs": "~0.4.0",
|
|
|
|
"grunt-contrib-uglify": "~0.1.2",
|
|
|
|
"grunt-contrib-watch": "~0.3.1",
|
|
|
|
"grunt-contrib-compress": "~0.4.1",
|
|
|
|
"grunt-contrib-connect": "~0.1.2",
|
2013-11-08 20:33:44 +00:00
|
|
|
"grunt-contrib-concat": "~0.1.3",
|
2014-01-21 21:25:09 +00:00
|
|
|
"grunt-contrib-jshint": "~0.7.1",
|
|
|
|
"grunt-mocha": "0.4.10"
|
2013-03-11 19:14:26 +00:00
|
|
|
}
|
|
|
|
}
|