summaryrefslogtreecommitdiff
path: root/www/lib/localforage/package.json
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2017-09-27 11:39:30 -0400
committerPliable Pixels <pliablepixels@gmail.com>2017-09-27 11:39:30 -0400
commite18708f10b04455be151a5a799f0109c34f20a25 (patch)
tree9e4559ef0fff8b366474e7768308ddca1e32268a /www/lib/localforage/package.json
parent97a1cb3ae199c7b5455dcba0001efd5b4c32040a (diff)
package updates to set up bower correctly #535
Diffstat (limited to 'www/lib/localforage/package.json')
-rw-r--r--www/lib/localforage/package.json17
1 files changed, 9 insertions, 8 deletions
diff --git a/www/lib/localforage/package.json b/www/lib/localforage/package.json
index 3d9894fa..7186a9a6 100644
--- a/www/lib/localforage/package.json
+++ b/www/lib/localforage/package.json
@@ -9,11 +9,11 @@
"storage",
"websql"
],
- "version": "1.4.2",
- "homepage": "https://github.com/mozilla/localForage",
+ "version": "1.5.0",
+ "homepage": "https://github.com/localForage/localForage",
"repository": {
"type": "git",
- "url": "git://github.com/mozilla/localForage.git"
+ "url": "git://github.com/localForage/localForage.git"
},
"scripts": {
"publish-docs": "node -e \"require('grunt').cli()\" null copy build-rules-html publish-rules",
@@ -27,15 +27,15 @@
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2015-loose": "^7.0.0",
"babelify": "^7.2.0",
+ "browserify-derequire": "^0.9.4",
"bundle-collapser": "^1.2.1",
"cors": "^2.3.1",
- "derequire": "^2.0.3",
"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-jshint": "^1.0.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.5.0",
"grunt-es3-safe-recast": "^0.1.0",
@@ -44,21 +44,22 @@
"grunt-rollup": "^0.6.2",
"grunt-run": "^0.5.2",
"grunt-saucelabs": "^5.1.2",
+ "grunt-ts": "^6.0.0-beta.11",
"grunt-webpack": "^1.0.11",
"load-grunt-tasks": "^0.4.0",
"mocha": "^1.18.2",
- "ncp": "^2.0.0",
"phantomjs": "^1.9.7-12",
- "rimraf": "^2.5.2",
"rollupify": "^0.1.0",
"script-loader": "^0.6.1",
+ "typescript": "^2.0.3",
"uglify-js": "^2.3.x",
"webpack": "^1.12.13",
"webpack-dev-server": "^1.10.1"
},
"main": "dist/localforage.js",
+ "typings": "typings/localforage.d.ts",
"bugs": {
- "url": "http://github.com/mozilla/localForage/issues"
+ "url": "http://github.com/localForage/localForage/issues"
},
"dependencies": {
"lie": "3.0.2"