-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.14 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "bungie-auth",
"version": "1.0.1",
"description": "Authentication library for Bungie.net",
"main": "index.js",
"scripts": {
"test": "mocha --compilers js:babel-register test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/destinythegame/bungie-auth.git"
},
"keywords": [
"Bungie",
"Destiny",
"DestinyTheGame",
"Auth",
"OAuth2.0",
"Electron",
"Atom"
],
"author": "Arnout Kazemier",
"license": "MIT",
"bugs": {
"url": "https://github.com/destinythegame/bungie-auth/issues"
},
"homepage": "https://github.com/destinythegame/bungie-auth#readme",
"dependencies": {
"babel-preset-es2015": "6.22.x",
"babel-preset-react": "6.23.x",
"diagnostics": "1.1.x",
"failure": "1.1.x",
"one-time": "0.0.x",
"request": "2.79.x",
"tick-tock": "1.0.x",
"url-parse": "1.1.x",
"uuid": "3.0.x"
},
"devDependencies": {
"assume": "1.4.x",
"babel-register": "6.23.x",
"mocha": "3.2.x",
"nock": "9.0.x"
},
"babel-ignore": false,
"babel": {
"presets": [
"babel-preset-es2015",
"babel-preset-react"
]
}
}