-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (40 loc) · 1006 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
37
38
39
40
{
"name": "TeachRTC",
"version": "1.0.0",
"description": "music teaching via webRTC",
"main": "index.js",
"scripts": {
"postinstall": "node tasks/copy.js",
"prestart": "eslint -c config/eslint.json src/srv src/public/assets/js tasks",
"start": "node index.js",
"debug": "node-debug --web-host localhost --no-preload index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/makevoid/TeachRTC.git"
},
"keywords": [
"webRTC",
"music",
"audio"
],
"author": "Dario Andrei <wouldgo84@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/makevoid/TeachRTC/issues"
},
"homepage": "https://github.com/makevoid/TeachRTC",
"dependencies": {
"handlebars": "^3.0.1",
"hapi": "^8.4.0",
"jquery": "^2.1.3",
"materialize-css": "^0.96.1",
"siglr": "^1.1.3",
"underscore": "^1.8.3"
},
"devDependencies": {
"eslint": "^0.18.0",
"fs-extra": "^0.18.0",
"node-inspector": "^0.9.2"
}
}