filer/package.json

55 lines
1.3 KiB
JSON
Raw Normal View History

{
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"
],
2015-07-21 18:40:33 +00:00
"version": "0.0.44",
2013-12-11 17:55:25 +00:00
"author": "Alan K <ack@modeswitch.org> (http://blog.modeswitch.org)",
"homepage": "http://filerjs.github.io/filer",
"bugs": "https://github.com/filerjs/filer/issues",
2013-12-11 17:55:25 +00:00
"license": "BSD",
"scripts": {
"test": "grunt test"
},
2013-12-11 17:55:25 +00:00
"repository": {
"type": "git",
"url": "https://github.com/filerjs/filer.git"
2013-12-11 17:55:25 +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"
},
"devDependencies": {
"chai": "~1.9.1",
"grunt": "~0.4.0",
"grunt-banner": "^0.2.3",
"grunt-browserify": "^3.8.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.10.1",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "~0.3.1",
"grunt-git": "0.3.3",
"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",
"requirejs": "^2.1.14",
"semver": "^2.3.0"
},
"main": "./src/index.js"
}