-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.14 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
{
"name": "hyperdeck-node-controller",
"version": "1.0.1",
"description": "Hyperdeck node controller",
"main": "./src/index.js",
"dependencies": {
"eslint": "^4.9.0",
"ejs": "^2.4.1",
"express": "^4.13.4",
"hyperdeck-js-lib": "^1.1.3",
"promise": "^7.1.1",
"socket.io": "^1.4.5",
"timecode": "0.0.3"
},
"devDependencies": {
"babel-eslint": "^8.0.1",
"eslint": "^4.9.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"gulp": "^3.9.1",
"gulp-eslint": "^4.0.0",
"gulp-jshint": "^2.0.0",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0"
},
"scripts": {
"start": "node src/index.js",
"test": "./node_modules/.bin/gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LA1TV/Hyperdeck-Node-Controller.git"
},
"author": "LA1TV",
"license": "ISC",
"bugs": {
"url": "https://github.com/LA1TV/Hyperdeck-Node-Controller/issues"
},
"homepage": "https://github.com/LA1TV/Hyperdeck-Node-Controller#readme"
}