This repository has been archived by the owner on Apr 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
53 lines (53 loc) · 1.54 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
53
{
"name": "gw2-api.com",
"version": "1.0.0",
"description": "Proxy-layer server for the official GuildWars 2 API.",
"main": "./build/client.js",
"scripts": {
"build": "./node_modules/.bin/babel src/ -d build/",
"test": "./node_modules/babel-cli/bin/babel-node.js ./node_modules/.bin/isparta cover ./node_modules/.bin/_mocha -- tests/ --recursive && node node_modules/snazzy/bin/cmd.js"
},
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"babel-polyfill": "^6.7.4",
"basic-auth-connect": "^1.0.0",
"chalk": "^1.1.3",
"commander": "^2.9.0",
"cron-parser": "^2.0.2",
"escape-string-regexp": "^1.0.5",
"exit": "^0.1.2",
"express": "^4.13.4",
"gw2e-item-value": "^2.0.0",
"gw2e-async-promises": "^1.1.0",
"gw2e-gw2api-client": "^2.0.0",
"gw2e-gw2api-scraping": "^1.0.1",
"gw2e-recipe-calculation": "^1.0.1",
"gw2e-recipe-nesting": "^2.3.0",
"gw2e-requester": "^1.0.0",
"kue": "^0.11.0",
"mongodb": "^2.1.7",
"node-schedule": "^1.1.0",
"pmx": "^0.6.1",
"restify": "^4.0.3"
},
"devDependencies": {
"babel-eslint": "^4.1.6",
"chai": "^3.5.0",
"codecov": "^1.0.1",
"isparta": "^4.0.0",
"mocha": "^2.4.5",
"mockdate": "^1.0.4",
"proxyquire": "^1.7.4",
"rewire": "^2.5.1",
"sinon": "^1.17.3",
"snazzy": "^2.0.1",
"babel-cli": "^6.4.5",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babel-preset-stage-3": "^6.3.13"
},
"standard": {
"parser": "babel-eslint"
}
}