-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 935 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
37
{
"name": "redux-chunk",
"version": "1.0.11",
"description": "📤 A redux library to declaratively interact with any API",
"main": "dist/index.js",
"scripts": {
"prepublish": "npm run build",
"build": "babel src --out-dir dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/onlicar/redux-chunk.git"
},
"keywords": [
"redux",
"api"
],
"files": [
"dist"
],
"author": "Dan Bovey <dan@onlicar.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/onlicar/redux-chunk/issues"
},
"homepage": "https://github.com/onlicar/redux-chunk#readme",
"dependencies": {
"object-path-immutable": "^0.5.1",
"query-string": "^5.0.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.1"
}
}