forked from yhat/electron-release-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 932 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
{
"name": "electron-release-manager",
"author": {
"name": "The Yhat Team",
"url": "https://www.yhat.com/"
},
"description": "Release manager and auto-update handler for Electron apps.",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "coffee app.coffee"
},
"dependencies": {
"aws-sdk": "^2.2.17",
"body-parser": "^1.13.2",
"coffee-script": "^1.10.0",
"colors": "^1.1.2",
"compression": "^1.5.2",
"cookie": "^0.2.3",
"cookie-parser": "^1.3.5",
"express": "^4.13.1",
"express-session": "^1.11.3",
"hogan-express": "^0.5.2",
"less-middleware": "^2.0.1",
"morgan": "^1.6.1",
"semver": "^5.0.3",
"serve-favicon": "^2.3.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-uglify": "^0.5.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-modernizr": "^0.5.2",
"matchdep": "^0.3.0"
}
}