-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.13 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
{
"name": "waffle.io-desktop-wrapper",
"version": "0.2.0",
"description": "A desktop wrapper for waffle.io",
"main": "main.js",
"scripts": {
"start": "NODE_ENV=development gulp start-dev",
"start-no-lint": "NODE_ENV=development gulp start-dev-no-lint",
"package": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cwright017/waffle.io-desktop-wrapper.git"
},
"keywords": [
"Electron",
"waffle.io",
"waffle",
"github"
],
"author": "CWright017",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Cwright017/waffle.io-desktop-wrapper/issues"
},
"homepage": "https://github.com/Cwright017/waffle.io-desktop-wrapper#readme",
"devDependencies": {
"babel-preset-es2015": "^6.5.0",
"electron-packager": "^5.2.1",
"electron-prebuilt": "^0.36.0",
"eslint": "^2.2.0",
"eslint-config-airbnb": "^6.0.2",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.1",
"gulp-eslint": "^2.0.0",
"gulp-install": "^0.6.0",
"gulp-run-electron": "^1.2.2"
},
"dependencies": {
"node-fetch": "^1.3.3"
}
}