-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 910 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
38
39
40
41
42
43
{
"name": "techan",
"version": "0.9.0-0",
"description": "A visual, technical analysis and charting (Candlestick, OHLC, indicators) library built on D3.",
"keywords": [
"technical analysis",
"financial",
"finance",
"visualization",
"chart",
"svg",
"candlestick",
"ohlc",
"indicators",
"volume"
],
"homepage": "techanjs.org",
"author": {
"name": "André Dumas",
"url": "http://andredumas.id.au"
},
"main": "dist/techan.js",
"repository": {
"type": "git",
"url": "https://github.com/trasherdk/techan.js.git"
},
"license": "MIT",
"scripts": {
"watch": "",
"start": "",
"test": ""
},
"dependencies": {
"d3": "^7.4.4"
},
"devDependencies": {
"jasmine-core": "~2.4.1",
"karma": "^5.1.0",
"karma-jasmine": "^2.0.1",
"karma-phantomjs-launcher": "^1.0.4",
"phantomjs-prebuilt": "^2.1.16"
}
}