-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 728 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 728 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
{
"name": "redux-request",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/babel src --out-dir . --watch --presets es2015"
},
"repository": {
"type": "git",
"url": "git+https://kongdigital@github.com/kongdigital/redux-request.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/kongdigital/redux-request/issues"
},
"homepage": "https://github.com/kongdigital/redux-request#readme",
"devDependencies": {
"ava": "^0.15.2",
"babel-cli": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"ramda": "^0.20.1",
"superagent": "^1.8.3"
}
}