forked from wuchangming/web-storage-cache
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 949 Bytes
/
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
{
"name": "web-storage-cache",
"author": "wuchangming",
"license": "MIT",
"description": "web storage, improved.",
"keywords": [
"localstorage",
"storage",
"expires"
],
"version": "1.0.1",
"homepage": "https://github.com/WQTeam/web-storage-cache",
"repository": {
"type": "git",
"url": "git://github.com/WQTeam/web-storage-cache.git"
},
"browser": "src/web-storage-cache.js",
"main": "dist/web-storage-cache.js",
"bugs": {
"url": "https://github.com/WQTeam/web-storage-cache/issues"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"chai": "~2.1.0",
"mocha": "~2.2.5",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-uglify": "~0.8.0",
"grunt-contrib-watch": "~0.5.0",
"grunt-mocha": "^0.4.10"
}
}