27 lines
882 B
JSON
27 lines
882 B
JSON
{
|
|
"name": "filer",
|
|
"description": "Node-like file system for browsers",
|
|
"keywords": ["fs", "node", "file", "system", "browser", "indexeddb", "idb", "websql"],
|
|
"version": "0.0.3",
|
|
"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",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/js-platform/filer.git"
|
|
},
|
|
"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",
|
|
"grunt-contrib-jasmine": "~0.3.3",
|
|
"grunt-contrib-concat": "~0.1.3",
|
|
"grunt-contrib-jshint": "~0.7.1"
|
|
}
|
|
}
|