UNPKG

2.07 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.5.4",
13 "homepage": "https://github.com/localForage/localForage",
14 "repository": {
15 "type": "git",
16 "url": "git://github.com/localForage/localForage.git"
17 },
18 "scripts": {
19 "build": "node -e \"require('grunt').cli()\" null build",
20 "publish-docs": "node -e \"require('grunt').cli()\" null copy build-rules-html publish-rules",
21 "serve": "node -e \"require('grunt').cli()\" null serve",
22 "test": "node -e \"require('grunt').cli()\" null test"
23 },
24 "devDependencies": {
25 "babel-core": "^6.5.1",
26 "babel-eslint": "^7.2.3",
27 "babel-loader": "^6.2.2",
28 "babel-plugin-add-module-exports": "^0.1.2",
29 "babel-plugin-transform-es2015-modules-umd": "^6.5.0",
30 "babel-preset-es2015": "^6.6.0",
31 "babel-preset-es2015-loose": "^7.0.0",
32 "babelify": "^7.2.0",
33 "browserify-derequire": "^0.9.4",
34 "bundle-collapser": "^1.2.1",
35 "cors": "^2.3.1",
36 "grunt": "^0.4.2",
37 "grunt-babel": "^6.0.0",
38 "grunt-browserify": "^3.8.0",
39 "grunt-contrib-concat": "^0.3.0",
40 "grunt-contrib-connect": "^0.8.0",
41 "grunt-contrib-uglify": "^0.4.0",
42 "grunt-contrib-watch": "^0.5.0",
43 "grunt-es3-safe-recast": "^0.1.0",
44 "grunt-eslint": "^20.0.0",
45 "grunt-mocha": "^0.4.10",
46 "grunt-rollup": "^0.6.2",
47 "grunt-run": "^0.5.2",
48 "grunt-saucelabs": "^5.1.2",
49 "grunt-ts": "^6.0.0-beta.11",
50 "grunt-webpack": "^1.0.11",
51 "load-grunt-tasks": "^0.4.0",
52 "mocha": "^3.4.2",
53 "phantomjs": "^2.1.7",
54 "rollupify": "^0.1.0",
55 "script-loader": "^0.6.1",
56 "typescript": "^2.0.3",
57 "uglify-js": "^2.3.x",
58 "webpack": "^1.12.13",
59 "webpack-dev-server": "^1.10.1"
60 },
61 "main": "dist/localforage.js",
62 "typings": "typings/localforage.d.ts",
63 "bugs": {
64 "url": "http://github.com/localForage/localForage/issues"
65 },
66 "dependencies": {
67 "lie": "3.0.2"
68 }
69}