-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.41 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
45
46
47
48
49
{
"name": "edison-telescope-webcam",
"version": "1.0.0",
"description": "Intel Edison Telescope Webcam",
"main": "src/server/index.js",
"scripts": {
"start": "node src/server/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/pjcabrera/edison-telescope-webcam.git"
},
"author": "PJ Cabrera",
"license": "MIT",
"bugs": {
"url": "https://github.com/pjcabrera/edison-telescope-webcam/issues"
},
"homepage": "https://github.com/pjcabrera/edison-telescope-webcam",
"dependencies": {
"babel-cli": "^6.10.1",
"babel-core": "^6.10.4",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.6.5",
"babel-runtime": "^6.9.2",
"debug": "^2.1.3",
"express": "4.10.1",
"faye-websocket": "^0.11.0",
"morgan": "1.4.1",
"stream-splitter": "^0.3.2",
"ws": "0.4.32"
},
"devDependencies": {
"babel-eslint": "^6.1.0",
"eslint": "^2.13.1",
"eslint-config-semistandard": "^6.0.2",
"eslint-config-standard": "^5.3.1",
"eslint-config-standard-react": "^2.5.0",
"eslint-loader": "^1.3.0",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-mocha": "^3.0.0",
"eslint-plugin-promise": "^1.3.2",
"eslint-plugin-react": "^5.2.2",
"eslint-plugin-standard": "^1.3.2",
"flow-bin": "^0.28.0"
}
}