-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 899 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
{
"name": "dungeon_coders",
"version": "1.0.0",
"description": "Creating an interactive timeline about the history of video gaming, with details of the most influential platforms and games.",
"main": "index.js",
"scripts": {
"test": "n/a",
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bpfrith/Dungeon-Coders.git"
},
"keywords": [
"n/a"
],
"author": "bpfrith, sean_fealy, andrew_lonsdale",
"license": "ISC",
"bugs": {
"url": "https://github.com/bpfrith/Dungeon-Coders/issues"
},
"homepage": "https://github.com/bpfrith/Dungeon-Coders#readme",
"dependencies": {
"body-parser": "^1.16.1",
"express": "^4.14.1",
"mongodb": "^2.2.24"
},
"devDependencies": {
"chai": "^3.5.0",
"foobar": "^1.1.0",
"mocha": "^3.2.0",
"nodemon": "^1.11.0",
"webpack": "^2.2.1"
}
}