-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
47 lines (47 loc) · 1.04 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
{
"name": "candlejs",
"description": "Candlestick Chart & Time Series",
"version": "0.2.1",
"license": "MIT",
"author": {
"name": "rp8",
"email": "[email protected]"
},
"homepage": "https://github.com/rp8/candlejs",
"repository": {
"type": "git",
"url": "git://github.com/rp8/candlejs.git"
},
"keywords": [
"tick",
"bar",
"time series",
"quote",
"chart",
"stock",
"futures",
"candlestick"
],
"dependencies": {},
"devDependencies": {
"eslint": "^3.14.0",
"growl": ">=1.10.0",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "^1.1.0",
"grunt-mocha-test": "~0.13.2",
"jsdom": "^9.9.1",
"jsdom-global": "^2.1.1",
"matchdep": "~1.0.1",
"mocha": "^5.2.0"
},
"scripts": {
"version": "git add -A dist",
"postversion": "git push && git push --tags",
"test": "grunt test",
"grunt": "grunt ",
"build": "grunt jshint browserify uglify"
}
}