-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.05 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": "encore-booth",
"version": "1.0.0",
"description": "A photo booth application for encore",
"main": "main.js",
"scripts": {
"start": "electron ./main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/encore-rit/encore-booth.git"
},
"keywords": [
"Electron",
"quick",
"start",
"tutorial"
],
"author": "GitHub",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/encore-rit/encore-booth/issues"
},
"homepage": "https://github.com/encore-rit/encore-booth/",
"dependencies": {
"babel-core": "^6.7.6",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"babel-template": "^6.7.0",
"babel-types": "^6.7.2",
"bluebird": "^3.3.5",
"child-process-promise": "^2.0.1",
"classname": "0.0.0",
"electron-prebuilt": "^0.37.5",
"imgur": "^0.1.7",
"johnny-five": "^0.9.46",
"lodash": "^4.11.1",
"mz": "^2.4.0",
"ramda": "^0.21.0",
"socket.io-client": "^1.4.5",
"whatwg-fetch": "^1.0.0",
"when": "^3.7.7"
}
}