UNPKG

1.32 kBJSONView Raw
1{
2 "name": "bourse",
3 "version": "10.10.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 "test:watch": "mocha -w -R mocha-multi --reporter-options spec=-,mocha-osx-reporter=-"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/octoblu/bourse.git"
13 },
14 "keywords": [
15 "bourse",
16 "exchange"
17 ],
18 "author": "Octoblu, Inc.",
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/octoblu/bourse/issues"
22 },
23 "homepage": "https://github.com/octoblu/bourse#readme",
24 "devDependencies": {
25 "chai": "^3.5.0",
26 "chai-subset": "^1.3.0",
27 "coffee-coverage": "^1.0.1",
28 "istanbul": "^0.4.5",
29 "mocha": "^3.0.2",
30 "mocha-istanbul": "^0.3.0",
31 "server-destroy": "^1.0.1",
32 "shmock": "^0.8.1",
33 "sinon": "^1.17.5",
34 "sinon-chai": "^2.8.0"
35 },
36 "dependencies": {
37 "async": "^2.0.1",
38 "cheerio": "^0.22.0",
39 "coffee-script": "^1.10.0",
40 "debug": "^2.2.0",
41 "email-addresses": "^2.0.2",
42 "httpntlm": "^1.7.1",
43 "lodash": "^4.15.0",
44 "moment": "^2.14.1",
45 "request": "^2.74.0",
46 "urlregexp": "^1.0.2",
47 "xml-nodes": "^0.1.5",
48 "xml-objects": "^1.0.1",
49 "xml2js": "^0.4.17"
50 }
51}