-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
34 lines (34 loc) · 851 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": "boomerang-cache",
"version": "1.2.0",
"description": "boomerangCache is a client side caching library based on localStorage",
"main": "src/boomerang-cache.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/.bin/mocha -r mock-local-storage test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/giraysam/boomerang-cache.git"
},
"keywords": [
"localStorage"
],
"author": "giraysam, feyyazakkus",
"license": "MIT",
"bugs": {
"url": "https://github.com/giraysam/boomerang-cache/issues"
},
"homepage": "https://github.com/giraysam/boomerang-cache",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-uglify": "^2.0.0",
"mocha": "~3.0.2",
"mock-local-storage": "^1.0.2"
},
"dependencies": {
"docdash": "^0.4.0"
}
}