forked from gitterHQ/desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.01 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
{
"name": "gitter-desktop",
"version": "0.0.1",
"nwversion": "0.11.6",
"description": "Gitter node-webkit builder",
"main": "index.js",
"dependencies": {
"gulp": "^3.8.10",
"gulp-shell": "^0.2.11",
"gulp-util": "^3.0.1",
"lodash.template": "^3.0.1",
"node-webkit-builder": "^1.0.5",
"semver": "^4.2.0"
},
"scripts": {
"postinstall": "(cd nwapp && npm install)",
"build": "gulp build",
"start": "nodewebkit nwapp"
},
"author": "Mauro Pompilio",
"license": "MIT",
"copyright": "copyright flag required by node-webkit-builder",
"devDependencies": {
"nodewebkit": "^0.11.6",
"rimraf": "^2.2.8",
"s3": "^4.3.1"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/gitterHQ/desktop.git"
},
"keywords": [
"gitter",
"desktop",
"osx",
"windows",
"linux"
],
"bugs": {
"url": "https://github.com/gitterHQ/desktop/issues"
},
"homepage": "https://github.com/gitterHQ/desktop"
}