UNPKG

1.87 kBJSONView Raw
1{
2 "name": "localforage",
3 "author": "Mozilla",
4 "license": "Apache-2.0",
5 "description": "Offline storage, improved.",
6 "keywords": [
7 "indexeddb",
8 "localstorage",
9 "storage",
10 "websql"
11 ],
12 "version": "1.4.2",
13 "homepage": "https://github.com/mozilla/localForage",
14 "repository": {
15 "type": "git",
16 "url": "git://github.com/mozilla/localForage.git"
17 },
18 "scripts": {
19 "publish-docs": "node -e \"require('grunt').cli()\" null copy build-rules-html publish-rules",
20 "test": "node -e \"require('grunt').cli()\" null test"
21 },
22 "devDependencies": {
23 "babel-core": "^6.5.1",
24 "babel-loader": "^6.2.2",
25 "babel-plugin-add-module-exports": "^0.1.2",
26 "babel-plugin-transform-es2015-modules-umd": "^6.5.0",
27 "babel-preset-es2015": "^6.6.0",
28 "babel-preset-es2015-loose": "^7.0.0",
29 "babelify": "^7.2.0",
30 "bundle-collapser": "^1.2.1",
31 "cors": "^2.3.1",
32 "derequire": "^2.0.3",
33 "grunt": "^0.4.2",
34 "grunt-babel": "^6.0.0",
35 "grunt-browserify": "^3.8.0",
36 "grunt-contrib-concat": "^0.3.0",
37 "grunt-contrib-connect": "^0.8.0",
38 "grunt-contrib-jshint": "^0.9.2",
39 "grunt-contrib-uglify": "^0.4.0",
40 "grunt-contrib-watch": "^0.5.0",
41 "grunt-es3-safe-recast": "^0.1.0",
42 "grunt-jscs": "^1.5.0",
43 "grunt-mocha": "^0.4.10",
44 "grunt-rollup": "^0.6.2",
45 "grunt-run": "^0.5.2",
46 "grunt-saucelabs": "^5.1.2",
47 "grunt-webpack": "^1.0.11",
48 "load-grunt-tasks": "^0.4.0",
49 "mocha": "^1.18.2",
50 "ncp": "^2.0.0",
51 "phantomjs": "^1.9.7-12",
52 "rimraf": "^2.5.2",
53 "rollupify": "^0.1.0",
54 "script-loader": "^0.6.1",
55 "uglify-js": "^2.3.x",
56 "webpack": "^1.12.13",
57 "webpack-dev-server": "^1.10.1"
58 },
59 "main": "dist/localforage.js",
60 "bugs": {
61 "url": "http://github.com/mozilla/localForage/issues"
62 },
63 "dependencies": {
64 "lie": "3.0.2"
65 }
66}