-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 883 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": "smashgg-promise",
"version": "2.0.1",
"description": "A single-file, es6 javascript that allows for frontend use of Smash.gg's public api",
"main": "dist/smashgg-promise.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BrandonCookeDev/smashgg-promise.git"
},
"keywords": [
"smashgg",
"fcg",
"smash.gg",
"tournament",
"bracket"
],
"author": "Brandon Cooke, Jarrod Blanton",
"license": "ISC",
"bugs": {
"url": "https://github.com/BrandonCookeDev/smashgg-promise/issues"
},
"homepage": "https://github.com/BrandonCookeDev/smashgg-promise#readme",
"devDependencies": {
"chai": "^4.1.2",
"express": "^4.16.3",
"mocha": "^5.2.0",
"xmlhttprequest": "^1.8.0"
}
}