-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
36 lines (36 loc) · 838 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
32
33
34
35
36
{
"name": "rtsp-live555",
"version": "1.8.7",
"description": "rtsp to flv",
"main": "index.js",
"scripts": {
"lint": "jshint lib/rtsp-live555.js",
"pretest": "npm run lint",
"test-on-travis": "npm run pretest",
"test": "npm run test-on-travis && node test.js"
},
"keywords": [
"rtsp",
"flv"
],
"author": "godka",
"license": "MIT",
"directories": {
"example": "example"
},
"repository": {
"type": "git",
"url": "git+https://github.com/godka/node-rtsp-live555.git"
},
"bugs": {
"url": "https://github.com/godka/node-rtsp-live555/issues"
},
"homepage": "https://github.com/godka/node-rtsp-live555#readme",
"devDependencies": {
"istanbul": "^0.4.5",
"jsdoc": "^3.5.4",
"jshint": "^2.9.5",
"mocha": "^3.5.0",
"mocha-lcov-reporter": "^1.3.0"
}
}