-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 930 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 930 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
36
37
38
39
40
{
"name": "node-hotslogs",
"version": "0.4.1",
"description": "Node-Wrapper for HOTSLogs API",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"dependencies": {
"superagent": "~3.3.0",
"lodash": "~4.17.0"
},
"devDependencies": {
"chai": "~3.5.0",
"grunt": "~1.0.1",
"grunt-coffeelint": "0.0.16",
"grunt-contrib-coffee": "~1.0.0",
"grunt-mocha-test": "~0.12.7",
"mocha": "~3.1.2"
},
"scripts": {
"build": "grunt coffeelint coffee",
"test": "npm run build && grunt mochaTest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vichle/node-hotslogs.git"
},
"keywords": [
"hotslogs",
"hots",
"Heroes of the Storm"
],
"author": "Viktor Ljungström",
"license": "MIT",
"bugs": {
"url": "https://github.com/vichle/node-hotslogs/issues"
},
"homepage": "https://github.com/vichle/node-hotslogs#readme"
}