forked from segmentio/localstorage-retry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.32 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "@segment/localstorage-retry",
"version": "1.2.2",
"description": "",
"main": "lib/index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/segmentio/localstorage-retry.git"
},
"author": "Segment <friends@segment.com>",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/segmentio/localstorage-retry/issues"
},
"homepage": "https://github.com/segmentio/localstorage-retry#readme",
"dependencies": {
"@ndhoule/each": "^2.0.1",
"@ndhoule/keys": "^2.0.0",
"component-emitter": "^1.2.1",
"debug": "^0.7.4",
"json3": "^3.3.2",
"uuid": "^3.0.1"
},
"devDependencies": {
"@segment/eslint-config": "^3.4.0",
"browserify": "^13.1.1",
"browserify-istanbul": "^2.0.0",
"eslint": "^2.13.1",
"eslint-plugin-mocha": "^2.2.0",
"istanbul": "^0.4.5",
"karma": "1.3.0",
"karma-browserify": "^5.1.0",
"karma-coverage": "^1.1.1",
"karma-junit-reporter": "^1.2.0",
"karma-mocha": "1.0.1",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sauce-launcher": "^1.1.0",
"karma-spec-reporter": "0.0.26",
"lolex": "^1.5.2",
"mocha": "^3.2.0",
"phantomjs-prebuilt": "^2.1.14",
"proclaim": "^3.4.4",
"sinon": "^1.17.7",
"watchify": "^3.8.0"
}
}