-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 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
36
37
{
"name": "herostats-api",
"version": "1.1.1",
"description": "API server for the HeroStats.io API by JankDota",
"homepage": "http://api.herostats.io",
"bugs": {
"url": "https://github.com/JankGaming/herostats-api/issues",
"email": "[email protected]"
},
"author": {
"name": "Michael Barrett",
"email": "[email protected]",
"url": "http://hellote.com"
},
"main": "hsapi.js",
"repository": {
"type": "git",
"url": "https://github.com/JankGaming/herostats-api.git"
},
"license": "MIT",
"private": false,
"scripts": {
"start": "node hsapi.js",
"ci": "grunt jshint"
},
"dependencies": {
"express": "~4.9.0",
"body-parser": "~1.8.1",
"mysql": "~2.5.2",
"graceful-logger": "^0.4.3"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.2",
"load-grunt-tasks": "^3.2.0"
}
}