forked from csupnig/ta-lib
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 896 Bytes
/
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
{
"name": "ta-lib",
"version": "0.11.0",
"description": "A technical analysis library written entirely in JavaScript/TypeScript",
"main": "index.js",
"scripts": {
"test": "gulp scripts && mocha -R spec test/*_test.js",
"compile" : "gulp scripts"
},
"repository": {
"type": "git",
"url": "git://github.com/csupnig/ta-lib"
},
"keywords": [
"talib",
"ta-lib",
"analysis",
"technical",
"trading"
],
"author": "Christopher Supnig <christopher@supnig.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/csupnig/ta-lib/issues"
},
"homepage": "https://www.supnig.com/blog/ta-lib",
"devDependencies": {
"chai": "~1.9.1",
"mocha": "~1.18.2",
"gulp": "~3.6.1",
"gulp-tslint": "~1.1.0",
"gulp-tslint-stylish": "~1.0.1",
"gulp-typescript": "~2.8.0",
"gulp-mocha":"2.1.3",
"path": "~0.4.9"
}
}