-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
27 lines (27 loc) · 896 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
{
"name": "nginx-rtmp-statistics",
"version": "1.0.0",
"description": "RTMP Statistics is a monitoring panel based on [xml rtmp stat](https://github.com/arut/nginx-rtmp-module/wiki/Directives#statistics).",
"scripts": {
"start": "npm run build & npm run serve",
"build": "node_modules/.bin/webpack -w",
"serve": "python -m SimpleHTTPServer"
},
"repository": {
"type": "git",
"url": "https://github.com/danielrohers/nginx-rtmp-statistics.git"
},
"author": "Daniel Rôhers Moura <[email protected]> (https://github.com/danielrohers)",
"bugs": {
"url": "https://github.com/danielrohers/nginx-rtmp-statistics/issues"
},
"homepage": "https://github.com/danielrohers/nginx-rtmp-statistics",
"dependencies": {
"react": "^0.13.3"
},
"devDependencies": {
"babel-core": "^5.8.22",
"babel-loader": "^5.3.2",
"webpack": "^1.11.0"
}
}