forked from marcuswestin/store.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 900 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": "store",
"version": "1.3.20",
"description": "A localStorage wrapper for all browsers without using cookies or flash. Uses localStorage, globalStorage, and userData behavior under the hood",
"main": "src/store.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/marcuswestin/store.js.git"
},
"author": "Marcus Westin <[email protected]>",
"license": "MIT",
"bugs": {
"url": "http://github.com/marcuswestin/store.js/issues"
},
"homepage": "https://github.com/marcuswestin/store.js#readme",
"devDependencies": {
"budo": "^7.1.0",
"lodash": "^3.10.1",
"ngrok": "^0.2.2",
"node-localstorage": "^0.6.0",
"request": "^2.67.0",
"uglifyify": "^3.0.1"
},
"engines": {
"browser": "*",
"node": "*"
},
"directories": {
"lib": "."
}
}