-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.06 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
{
"name": "chromecast",
"version": "2.0.0",
"description": "a utility to control tf chromecasts",
"main": "src/index.js",
"scripts": {
"debug": "nodemon src/index.js --exec babel-node",
"start": "babel-node src/index.js",
"compile": "node tools/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TrueFit/chromecast.git"
},
"author": "Josh Gretz",
"license": "MIT",
"bugs": {
"url": "https://github.com/TrueFit/chromecast/issues"
},
"homepage": "https://github.com/TrueFit/chromecast#readme",
"dependencies": {
"castv2-client": "^1.1.2",
"castv2-web": "0.0.2",
"lodash": "^4.15.0",
"mdns": "^2.3.3",
"shelljs": "^0.7.4",
"url-join": "^1.1.0",
"zen-express": "0.0.23"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-core": "6.14.0",
"babel-eslint": "6.1.2",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-1": "^6.5.0",
"babel-register": "6.14.0",
"eslint": "^3.1.1",
"eslint-plugin-import": "^1.9.2",
"nodemon": "^1.9.2"
}
}