UNPKG

1.23 kBJSONView Raw
1{
2 "name": "bourse",
3 "version": "10.8.2",
4 "description": "Node wrapper for the Exchange API",
5 "main": "index.js",
6 "scripts": {
7 "test": "istanbul cover _mocha -- -R spec --require coffee-coverage/register-istanbul"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/octoblu/bourse.git"
12 },
13 "keywords": [
14 "bourse",
15 "exchange"
16 ],
17 "author": "Octoblu, Inc.",
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/octoblu/bourse/issues"
21 },
22 "homepage": "https://github.com/octoblu/bourse#readme",
23 "devDependencies": {
24 "chai": "^3.5.0",
25 "chai-subset": "^1.3.0",
26 "coffee-coverage": "^1.0.1",
27 "istanbul": "^0.4.5",
28 "mocha": "^3.0.2",
29 "mocha-istanbul": "^0.3.0",
30 "server-destroy": "^1.0.1",
31 "shmock": "^0.8.1",
32 "sinon": "^1.17.5",
33 "sinon-chai": "^2.8.0"
34 },
35 "dependencies": {
36 "async": "^2.0.1",
37 "cheerio": "^0.22.0",
38 "coffee-script": "^1.10.0",
39 "debug": "^2.2.0",
40 "email-addresses": "^2.0.2",
41 "httpntlm": "^1.7.1",
42 "lodash": "^4.15.0",
43 "moment": "^2.14.1",
44 "request": "^2.74.0",
45 "urlregexp": "^1.0.2",
46 "xml-nodes": "^0.1.5",
47 "xml-objects": "^1.0.1",
48 "xml2js": "^0.4.17"
49 }
50}