-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 786 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 786 Bytes
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
{
"name": "Github-PR-tracker",
"version": "1.0.0",
"description": "Github PR tracker",
"main": "app.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:rephus/Github-PR-tracker.git"
},
"dependencies": {
"body-parser": "1.0.2",
"express": "4.1.1",
"serve-favicon": "2.2.1",
"winston": "^2.1.1"
},
"author": "Javier Rengel <javier@rengel.me> (http://coconauts.net)",
"licenses": [
{
"type": "GPLv3",
"url": "http://www.gnu.org/licenses/gpl-3.0.en.html"
}
],
"engine": {
"node": ">=0.10.25"
},
"devDependencies": {
"mocha": "~1.16.2",
"chai": "~1.8.1",
"chai-http": "^1.0.0",
"supertest": "^1.1.0"
}
}