forked from dignifiedquire/js-ipfs-event-stream
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.12 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
44
45
46
47
{
"name": "ipfs-event-stream",
"version": "1.0.0-alpha.2",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "gulp test",
"lint": "gulp lint"
},
"keywords": [],
"author": "Friedel Ziegelmayer <[email protected]>",
"license": "MIT",
"dependencies": {
"rx": "^4.0.7",
"rx-node": "^1.0.1"
},
"devDependencies": {
"chai": "^3.4.1",
"eslint-config-standard": "^4.4.0",
"eslint-plugin-standard": "^1.3.1",
"gulp": "^3.9.0",
"gulp-eslint": "^1.0.0",
"gulp-load-plugins": "^1.0.0",
"gulp-mocha": "^2.1.3",
"ipfs-api": "github:dignifiedquire/js-ipfs-api#log",
"ipfsd-ctl": "^0.8.0",
"mocha": "^2.3.3",
"pre-commit": "^1.1.2",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.4"
},
"pre-commit": [
"lint",
"test"
],
"bugs": {
"url": "https://github.com/Dignifiedquire/js-ipfs-event-stream/issues"
},
"homepage": "https://github.com/Dignifiedquire/js-ipfs-event-stream",
"engines": {
"node": "^4.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Dignifiedquire/js-ipfs-event-stream"
}
}