-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 835 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": "coconut-macaroons",
"version": "1.0.0",
"description": "CoconutMacaroons ================",
"main": "server.js",
"private": true,
"engines": {
"node": "~4.2"
},
"scripts": {
"start": "node server.js",
"deploy": "gcloud app deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mbukosky/CoconutMacaroons.git"
},
"keywords": [
"Lauren",
"Meley"
],
"author": "Michael Bukosky <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mbukosky/CoconutMacaroons/issues"
},
"homepage": "https://github.com/mbukosky/CoconutMacaroons#readme",
"devDependencies": {
"browser-sync": "^2.16.0",
"gulp": "^3.9.1",
"gulp-nodemon": "^2.2.0"
},
"dependencies": {
"express": "^4.14.0",
"http": "0.0.0"
}
}