-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·54 lines (54 loc) · 1.27 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": "google-compute-engine",
"description": "Run google Compute Engine services",
"version": "0.0.0",
"homepage": "http://www.alt-f1.be",
"author": {
"name": "Abdelkrim Boujraf",
"email": "abo+github@alt-f1.be",
"url": "http://www.alt-f1.be"
},
"repository": {
"type": "git",
"url": "https://github.com/ALT-F1/google-compute-engine.git"
},
"bugs": {
"url": "https://github.com/ALT-F1/google-compute-engine/issues?status=new&status=open"
},
"license": {
"type": "MIT",
"url": "http://www.alt-f1.be/LICENSE-MIT"
},
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"express": "~3.2.6",
"grunt": "~0.4.1",
"jade": "~0.34.1",
"googleapis": "~0.4.3",
"matchdep": "~0.1.2"
},
"_commentdependencies": {
"jade": "~0.34.1",
"mongoose": "~3.6.16",
"request": "~2.26.0",
"async": "~0.2.9"
},
"keywords": [
"nodejs",
"Express",
"Google compute engine"
],
"devDependencies": {
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.6.2",
"grunt-contrib-watch": "~0.5.1",
"grunt-open": "~0.2.2",
"grunt-nodemon": "~0.1.0",
"grunt-markdown": "~0.4.0"
}
}