-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
34 lines (34 loc) · 866 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
{
"name": "bungie-platform",
"version": "0.0.1",
"description": "An accessor library for the bungie.net platform",
"main": "lib/platform.js",
"dependencies": {
"body-parser": "^1.6.2",
"component-ajax": "^0.0.2",
"cookie-parser": "^1.3.2",
"cors": "^2.4.1",
"express": "^4.7.2",
"extend": "^1.3.0",
"jade": "^1.5.0",
"jquery-deferred": "^0.3.0",
"jsdoc": "^3.3.0-alpha9",
"request": "^2.39.0",
"tough-cookie": "^0.12.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"generate-docs": "./node_modules/.bin/jsdoc -c ./jsdoc.conf.json"
},
"repository": {
"type": "git",
"url": "github.com:sargodarya/bungie-platform.git"
},
"keywords": [
"bungie",
"destiny",
"api"
],
"author": "Daniel Klingmann <[email protected]>"
}