forked from localForage/localForage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.45 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "localforage",
"author": "Mozilla",
"license": "Apache-2.0",
"description": "Offline storage, improved.",
"keywords": [
"indexeddb",
"localstorage",
"storage",
"websql"
],
"version": "1.3.1",
"homepage": "https://github.com/mozilla/localForage",
"repository": {
"type": "git",
"url": "git://github.com/mozilla/localForage.git"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"babel-core": "^5.8.22",
"babel-loader": "^5.3.2",
"babel-plugin-system-import-transformer": "^1.1.4",
"babelify": "^6.1.2",
"component": "^1.0.0-rc7",
"cors": "^2.3.1",
"grunt": "^0.4.2",
"grunt-babel": "^5.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-shell": "^0.6.4",
"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.11.0",
"webpack-dev-server": "^1.10.1"
},
"main": "dist/localforage.js",
"bugs": {
"url": "http://github.com/mozilla/localForage/issues"
},
"dependencies": {
"promise": "^5.0.0"
}
}