localForage/package.json
2014-04-25 10:53:07 -04:00

42 lines
1011 B
JSON

{
"name": "localforage",
"author": "Mozilla",
"description": "Offline storage, improved.",
"keywords": [
"indexeddb",
"localstorage",
"storage",
"websql"
],
"version": "0.7.0",
"homepage": "https://github.com/mozilla/localForage",
"repository": {
"type": "git",
"url": "git://github.com/mozilla/localForage.git"
},
"scripts": {
"prepublish": "grunt build",
"test": "grunt test"
},
"devDependencies": {
"coffee-script": "^1.7.1",
"express": "^3.4.8",
"grunt": "^0.4.2",
"grunt-casper": "^0.3.3",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.5.0",
"grunt-shell": "^0.6.4",
"load-grunt-tasks": "^0.4.0",
"uglify-js": "^2.3.x",
"component": "^1.0.0"
},
"browser": "dist/localforage.js",
"main": "dist/localforage.js",
"licence": "Apache-2.0",
"bugs": {
"url": "http://github.com/mozilla/localForage/issues"
}
}