localForage/package.json
2016-04-23 20:32:07 +01:00

61 lines
1.7 KiB
JSON

{
"name": "localforage",
"author": "Mozilla",
"license": "Apache-2.0",
"description": "Offline storage, improved.",
"keywords": [
"indexeddb",
"localstorage",
"storage",
"websql"
],
"version": "1.4.0",
"homepage": "https://github.com/mozilla/localForage",
"repository": {
"type": "git",
"url": "git://github.com/mozilla/localForage.git"
},
"scripts": {
"publish-docs": "node -e \"require('grunt').cli()\" null copy build-rules-html publish-rules",
"test": "node -e \"require('grunt').cli()\" null test"
},
"devDependencies": {
"babel-core": "^6.5.1",
"babel-loader": "^6.2.2",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-system-import-transformer": "^2.0.0",
"babel-plugin-transform-es2015-modules-umd": "^6.5.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-es2015-loose": "^7.0.0",
"babelify": "^7.2.0",
"cors": "^2.3.1",
"grunt": "^0.4.2",
"grunt-babel": "^6.0.0",
"grunt-browserify": "^3.8.0",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.5.0",
"grunt-es3-safe-recast": "^0.1.0",
"grunt-jscs": "^1.5.0",
"grunt-mocha": "^0.4.10",
"grunt-saucelabs": "^5.1.2",
"grunt-webpack": "^1.0.11",
"load-grunt-tasks": "^0.4.0",
"mocha": "^1.18.2",
"phantomjs": "^1.9.7-12",
"script-loader": "^0.6.1",
"uglify-js": "^2.3.x",
"webpack": "^1.12.13",
"webpack-dev-server": "^1.10.1"
},
"main": "dist/localforage.js",
"bugs": {
"url": "http://github.com/mozilla/localForage/issues"
},
"dependencies": {
"promise": "^5.0.0"
}
}