-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
43 lines (43 loc) · 1.15 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
{
"name": "queue-that",
"version": "2.9.0",
"description": "A queue managed in localStorage for async tasks that may run immediately before page unload.",
"main": "lib/queue-that.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/QubitProducts/queue-that.git"
},
"keywords": [
"queue"
],
"author": "Rob Tod <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/QubitProducts/queue-that/issues"
},
"homepage": "https://github.com/QubitProducts/queue-that#readme",
"dependencies": {
"driftwood": "^1.1.0",
"json-bourne": "^1.0.0"
},
"devDependencies": {
"inject-loader": "^2.0.1",
"karma": "^0.13.15",
"karma-chrome-launcher": "^2.0.0",
"karma-expect": "^1.1.1",
"karma-mocha": "^0.2.1",
"karma-safari-private-launcher": "^1.0.0",
"karma-sinon": "^1.0.4",
"karma-sourcemap-loader": "^0.3.6",
"karma-spec-reporter": "0.0.23",
"karma-webpack": "^1.7.0",
"phantomjs-prebuilt": "^2.1.6",
"sinon": "1.17.3",
"standard": "^8.0.0",
"underscore": "^1.8.3",
"webpack": "^1.12.9"
}
}