-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 958 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
35
36
{
"name": "storge-js",
"version": "2.0.4",
"description": "local and session storage wrapper",
"main": "./src/index.js",
"scripts": {
"test": "node ./test/index.js | tap-dot",
"release": "npm install && gulp release",
"browser": "http-server ./ -o -s -p 8080"
},
"repository": {
"type": "git",
"url": "https://github.com/JosephClay/storge-js.git"
},
"author": "Joseph Clay",
"license": "MIT",
"bugs": {
"url": "https://github.com/JosephClay/storge-js/issues"
},
"homepage": "https://github.com/JosephClay/storge-js",
"devDependencies": {
"browserify": "^10.1.3",
"bundle-collapser": "^1.2.0",
"gulp": "^3.8.11",
"gulp-gzip": "^1.1.0",
"gulp-header": "^1.2.2",
"gulp-uglify": "^1.2.0",
"http-server": "^0.8.0",
"lodash": "^3.8.0",
"moment": "^2.10.2",
"tap-dot": "^1.0.0",
"tape": "^4.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}