-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (35 loc) · 861 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
{
"name": "swgoh-stat-calc-helper",
"version": "0.0.1",
"description": "SWGoH helper the SWGOH stat calc package from Crinolo",
"main": "index.js",
"keywords": [
"api",
"helper",
"stat-calc",
"swgoh"
],
"repository": {
"type": "git",
"url": "git://github.com/AllMightySauron/swgoh-stat-calc-helper"
},
"contributors": [
{
"name": "João Simões",
"github": "https://github.com/AllMightySauron"
}
],
"author": "João Simões <[email protected]> (https://github.com/AllMightySauron)",
"license": "MIT",
"scripts": {
"qa": "nyc mocha --timeout 0",
"test": "mocha --timeout 0"
},
"dependencies": {
},
"devDependencies": {
"jshint": "^2.13.1",
"mocha": "^10.0.0",
"nyc": "^15.1.0"
}
}