forked from zendesk/cross-storage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 918 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
{
"name": "cross-storage",
"version": "1.0.0",
"description": "Cross domain local storage",
"keywords": [
"local",
"storage",
"cross",
"domain"
],
"main": "lib/index.js",
"author": "Daniel St. Jules <[email protected]>",
"license": "Apache-2.0",
"homepage": "https://github.com/zendesk/cross-storage",
"repository": {
"type": "git",
"url": "https://github.com/zendesk/cross-storage.git"
},
"devDependencies": {
"connect": "^2.25.7",
"expect.js": "^0.3.1",
"gulp": "*",
"gulp-jshint": "^1.8.4",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.3.1",
"gulp-header": "^1.1.1",
"gulp-rimraf": "^0.1.0",
"serve-static": "^1.5.3",
"zuul": "~3.10.1"
},
"scripts": {
"test": "./node_modules/.bin/zuul --local 8080 --ui mocha-bdd -- test/test.js",
"saucetest": "./node_modules/.bin/zuul --ui mocha-bdd -- test/test.js"
}
}