-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 810 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
{
"name": "challenge-heroku-deploy",
"version": "1.0.0",
"description": "Deploy your application to Heroku!",
"scripts": {
"test": "mocha specifications"
},
"repository": {
"type": "git",
"url": "git+https://github.com/givery-technology/challenge-heroku-deploy.git"
},
"keywords": [],
"engines": {
"node": "4.x"
},
"author": "Givery, Inc.",
"license": "ISC",
"bugs": {
"url": "https://github.com/givery-technology/challenge-heroku-deploy/issues"
},
"homepage": "https://github.com/givery-technology/challenge-heroku-deploy#readme",
"devDependencies": {
"api-first-spec": "^0.2.9",
"chai": "^3.4.1",
"mocha": "^2.3.4"
},
"dependencies": {
"pg": "4.x",
"body-parser": "^1.14.2",
"express": "^4.13.3",
"request": "^2.67.0"
}
}