-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 740 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 740 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
{
"name": "fantasygithub",
"version": "0.0.1",
"description": "Platform for building and scoring a virtual team of open source projects.",
"main": "src/app.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha",
"start": "node src/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maggiepint/fantasygithub.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/maggiepint/fantasygithub/issues"
},
"homepage": "https://github.com/maggiepint/fantasygithub#readme",
"devDependencies": {
"mocha": "^3.1.2"
},
"dependencies": {
"body-parser": "^1.15.2",
"express": "^4.14.0",
"github": "^6.0.1",
"pug": "^2.0.0-beta6"
}
}