forked from cyclejs/cycle-fetch-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 816 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
{
"name": "@cycle/fetch",
"version": "4.0.0",
"description": "A Cycle.js Driver for making HTTP requests through fetch",
"main": "lib/index.js",
"scripts": {
"standard": "standard src",
"pretest": "npm run standard",
"test": "babel-node test/*.js | faucet",
"prepublish": "mkdir -p lib && babel -d lib/ src/"
},
"repository": {
"type": "git",
"url": "https://github.com/cyclejs/cycle-fetch-driver.git"
},
"author": "Seggy Umboh",
"license": "MIT",
"bugs": {
"url": "https://github.com/cyclejs/cycle-fetch-driver/issues"
},
"homepage": "https://github.com/cyclejs/cycle-fetch-driver#readme",
"devDependencies": {
"babel": "^5.8.23",
"faucet": "0.0.1",
"standard": "^5.3.1",
"tape": "^4.2.0"
},
"peerDependencies": {
"rx": "^4.0.6"
}
}