This repository has been archived by the owner on Jan 10, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.55 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "netox",
"version": "0.1.4",
"description": "request streaming and caching",
"keywords": [
"isomorphic",
"stream",
"proxy",
"request",
"coffee",
"coffeescript"
],
"main": "src/index.coffee",
"scripts": {
"test": "node_modules/gulp/bin/gulp.js test",
"watch": "node_modules/gulp/bin/gulp.js watch",
"watch-phantom": "node_modules/gulp/bin/gulp.js watch:phantom"
},
"license": "MIT",
"author": "Zolmeister (https://zolmeister.com/)",
"dependencies": {
"bluebird": "^2.9.34",
"clay-request": "^0.4.3",
"coffee-script": "^1.9.3",
"lodash": "^3.10.0",
"rx-lite": "^2.5.2",
"url-parse": "^1.0.3"
},
"devDependencies": {
"b-assert": "^0.1.2",
"clay-coffeescript-style-guide": "^1.1.0",
"coffee-loader": "^0.7.2",
"gulp": "^3.9.0",
"gulp-coffee-istanbul": "^0.7.1",
"gulp-coffeelint": "^0.5.0",
"gulp-mocha": "^2.1.3",
"gulp-rename": "^1.2.2",
"json-loader": "^0.5.2",
"karma": "^0.13.3",
"karma-chrome-launcher": "^0.2.0",
"karma-firefox-launcher": "^0.1.6",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.0",
"mocha": "^2.2.5",
"phantomjs": "^1.9.17",
"promiz": "^1.0.4",
"webpack-stream": "^2.0.0",
"whatwg-fetch": "^0.9.0",
"zock": "^0.2.1"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/Zorium/netox.git"
},
"bugs": {
"url": "https://github.com/Zorium/netox/issues"
},
"homepage": "https://github.com/Zorium/netox"
}