-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.04 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
{
"name": "node-ustream",
"version": "0.0.1",
"description": "ustream api wrapper in node",
"main": "index.js",
"scripts": {
"test": "alias gulp='node_modules/gulp/bin/gulp.js';gulp lint && gulp test",
"beautify": "node_modules/gulp/bin/gulp.js beautify --write"
},
"author": "Lei Pan (https://github.com/superpan)",
"license": "MIT",
"keywords": [
"api",
"ustream",
"sdk",
"plugin",
"streaming",
"broadcast"
],
"dependencies": {
"request": "^2.44.0",
"underscore": "^1.7.0"
},
"devDependencies": {
"chai": "^1.9.1",
"gulp-jsbeautifier": "0.0.2",
"gulp-eslint": "^0.1.8",
"gulp": "^3.8.7",
"gulp-diff": "^0.1.4",
"gulp-help": "^0.1.11",
"gulp-mocha": "^1.0.0",
"hapi": "^6.7.1",
"minimist": "^0.2.0",
"mocha": "^1.21.4"
},
"repository": {
"type": "git",
"url": "git://github.com/superpan/node-ustream.git"
},
"bugs": {
"url": "https://github.com/superpan/node-ustream/issues"
},
"homepage": "https://github.com/superpan/node-ustream"
}