-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.22 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
{
"name": "da-trader-net-rx",
"version": "1.2.7",
"description": "",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"directories": {
"test": "test"
},
"config": {
"TRADER_NET_URL": "https://wsbeta.tradernet.ru",
"TRADER_NET_API_KEY": "d60d46b0442b692ffcd881ea440187ff",
"TRADER_NET_SEC_KEY": "438e2c862ba32a13233fc7dd7d8e15ad043656ea"
},
"scripts": {
"build": "gulp build:module",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/data-avail/da-trader-net-rx"
},
"bugs": {
"url": "https://github.com/data-avail/da-trader-net-rx/issues",
"email": "max.putilov@gmail.com"
},
"author": {
"email": "max.putilov@gmail.com",
"name": "Max Putilov",
"url": "http://huyakhuyak.blogspot.ru/"
},
"license": "MIT",
"dependencies": {
"gulp-concat": "^2.6.0",
"rx": "^3.1.0",
"rx-node": "^1.0.1",
"socket.io-client": "^1.3.6"
},
"devDependencies": {
"chai": "^3.2.0",
"gulp": "^3.9.0",
"gulp-replace": "^0.5.4",
"gulp-spawn-mocha": "^2.2.1",
"gulp-typescript": "^2.8.0",
"gulp-watch": "^4.3.4",
"merge2": "^0.3.6",
"mocha": "^2.2.5",
"typescript-require": "^0.2.9"
}
}