-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1009 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
41
42
43
44
{
"name": "photobooth",
"version": "1.0.0",
"engines": {
"node": "0.12.7"
},
"description": "A minimal Electron application",
"main": "main.js",
"scripts": {
"start": "electron main.js"
},
"keywords": [
"Electron",
"quick",
"start",
"tutorial"
],
"author": "GitHub",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/atom/electron-quick-start/issues"
},
"homepage": "https://github.com/atom/electron-quick-start#readme",
"devDependencies": {
"electron-prebuilt": "^0.36.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^2.3.1",
"gulp-changed": "^1.2.1",
"gulp-combine-mq": "^0.4.0",
"gulp-css-globbing": "^0.1.8",
"gulp-if": "^2.0.0",
"gulp-minify-css": "^1.2.0",
"gulp-plumber": "^1.0.1",
"gulp-sass": "^2.1.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.2.4"
},
"dependencies": {
"aws-sdk": "^2.2.48",
"jquery": "^2.2.2",
"xml2js": "^0.4.16"
}
}