-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 870 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 870 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": "clickerheroes-saves-server",
"version": "0.4.0",
"description": "Cloud saves server for Clicker Heroes",
"main": "bin/www",
"dependencies": {
"body-parser": "^1.9.2",
"debug": "^2.1.0",
"express": "^4.10.2",
"jade": "^1.7.0",
"lodash": "^2.4.1",
"mongoose": "^3.8.19",
"morgan": "^1.5.0",
"serve-index": "^1.5.0",
"serve-static": "^1.7.1"
},
"devDependencies": {},
"scripts": {
"test": "test",
"start": "node ./bin/www"
},
"repository": {
"type": "git",
"url": "https://github.com/Palid/clickerheroes-saves-server.git"
},
"author": "Dariusz 'Palid' Niemczyk",
"license": "GNU v2",
"bugs": {
"url": "https://github.com/Palid/clickerheroes-saves-server/issues"
},
"homepage": "https://github.com/Palid/clickerheroes-saves-server",
"engines": {
"node": "0.10.x"
}
}