-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.03 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
{
"name": "Handshake",
"version": "0.0.1",
"description": "RTMP handshake processor",
"main": "src/index.js",
"scripts": {
"test": "nyc --require babel-register --require babel-polyfill mocha"
},
"keywords": [
"rtmp",
"handshake"
],
"repository": {
"type": "git",
"url": "git+https://github.com/RainInFall/rtmp.handshake.git"
},
"author": "RainInFall",
"license": "MIT",
"devDependencies": {
"babel-eslint": "^7.1.0",
"babel-plugin-transform-class-properties": "^6.18.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-register": "^6.18.0",
"bl": "^1.1.2",
"eslint": "^3.9.1",
"eslint-plugin-babel": "^3.3.0",
"expect": "^1.20.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-mocha": "^3.0.1",
"mocha": "^3.1.2",
"mocha-logger": "^1.0.4",
"nyc": "^9.0.1"
},
"dependencies": {
"is": "^3.2.0",
"moment": "^2.16.0",
"random-js": "^1.0.8"
},
"nyc": {
"sourceMap": false,
"instrument": false
}
}