-
Notifications
You must be signed in to change notification settings - Fork 534
/
package.json
63 lines (63 loc) · 1.54 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
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"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/andredumas/techan.js.git"
},
"license" : "MIT",
"dependencies": {
"d3": "~4.2.6"
},
"devDependencies": {
"bower": "~1.7.9",
"grunt": "~1.0.1",
"grunt-banner": "~0.6.0",
"grunt-browserify": "~5.0.0",
"grunt-bump": "0.8.0",
"grunt-cli": "~1.2.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-compress": "~1.3.0",
"grunt-contrib-connect": "~1.0.2",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-uglify": "~2.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-jscs": "~3.0.1",
"grunt-jsonlint": "~1.1.0",
"grunt-karma": "~2.0.0",
"grunt-newer": "~1.2.0",
"grunt-replace": "~1.0.1",
"grunt-watchify": "~0.1.0",
"jasmine-core": "~2.4.1",
"karma": "^1.2.0",
"karma-jasmine": "~1.0.2",
"karma-phantomjs-launcher": "~1.0.1",
"load-grunt-tasks": "~3.5.2",
"phantomjs": "^2.1.7"
},
"scripts": {
"watch": "grunt serve",
"start": "grunt serve",
"test": "grunt"
}
}