forked from redux-offline/queue
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 926 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 926 Bytes
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": "queue",
"version": "1.0.0",
"description": "queue plugins",
"main": "index.js",
"scripts": {
"test": "jest"
},
"jest": {
"rootDir": "smart-queue"
},
"repository": {
"type": "git",
"url": "git+https://github.com/redux-offline/queue/.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/redux-offline/queue/issues"
},
"homepage": "https://github.com/redux-offline/queue#readme",
"devDependencies": {
"babel-preset-env": "^1.6.1",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-flow-strip-types": "^6.18.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-latest": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"eslint": "^4.6.1",
"jest": "^19.0.2",
"prettier": "^1.6.1"
}
}