-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
54 lines (54 loc) · 1.33 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
47
48
49
50
51
52
53
54
{
"name": "Ghost-Updater-Azure",
"version": "0.6.1",
"private": false,
"main": "index.html",
"maintainers": [
{
"name": "Felix Rieseberg",
"email": "felix.rieseberg@mirosoft.com",
"web": "http://www.felixrieseberg.com"
}
],
"bugs": "https://github.com/felixrieseberg/Ghost-Updater-Azure/issues",
"scripts": {
"start": "node ./app.js"
},
"dependencies": {
"bluebird": "^2.3.4",
"body-parser": "~1.8.1",
"cookie-parser": "~1.3.3",
"debug": "^2.0.0",
"express": "~4.9.0",
"morgan": "~1.3.0",
"request": "^2.44.0",
"request-enhanced": "^0.1.1",
"serve-favicon": "~2.1.3",
"express-handlebars": "^1.1.0",
"underscore": "^1.7.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-nodemon": "^0.3.0",
"grunt-nw-builder": "^2.0.0",
"jshint": "^2.9.1"
},
"window": {
"title": "Ghost Updater for Azure Websites",
"icon": "/public/images/icon.png",
"toolbar": false,
"frame": true,
"width": 880,
"height": 680,
"resizable": false,
"position": "center"
},
"repository": {
"type": "git",
"url": "https://github.com/felixrieseberg/Ghost-Updater-Azure.git"
}
}