-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.42 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
{
"name": "rapport-http",
"version": "0.1.1",
"description": "Adds HTTP style requests to Rapport",
"main": "lib/index.js",
"scripts": {
"bundle": "node ./scripts/bundle.js && git add rapport.http.min.js",
"bundle:reset": "git reset rapport.http.min.js",
"test": "mocha --recursive",
"test:cover": "istanbul cover --dir=./test_results/coverage _mocha -- --recursive -R mocha-junit-reporter -O mochaFile=./test_results/test_results.xml"
},
"pre-commit": [
"bundle"
],
"post-commit": [
"bundle:reset"
],
"dependencies": {},
"devDependencies": {
"babel-preset-es2015": "^6.22.0",
"babelify": "^7.3.0",
"browserify": "^14.0.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"coveralls": "^2.11.16",
"duplexify": "^3.5.0",
"eslint": "^3.14.0",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"mocha-junit-reporter": "^1.13.0",
"post-commit": "0.0.1",
"pre-commit": "^1.2.2",
"rapport": "0.1.0",
"uglify-js": "^2.7.5"
},
"peerDependencies": {
"rapport": ">=0.1.0"
},
"repository": {
"type": "git",
"url": "git@github.com:miratronix/rapport-http.git"
},
"keywords": [
"ws",
"websocket",
"promise",
"request",
"rapport"
],
"author": "miratronix",
"license": "MIT",
"bugs": {
"url": "https://github.com/miratronix/rapport-http/issues"
},
"homepage": "https://github.com/miratronix/rapport-http"
}