forked from jleft/BitFlux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.93 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
64
65
66
67
68
69
70
{
"name": "BitFlux",
"version": "1.7.0",
"description": "A financial charting application built upon d3fc and designed to showcase how to develop against d3fc.",
"main": "index.js",
"scripts": {
"test": "grunt ci"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scottlogic/BitFlux.git"
},
"author": "Scott Logic",
"keywords": [
"d3",
"financial",
"components",
"charts"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/scottlogic/BitFlux/issues"
},
"homepage": "https://github.com/scottlogic/BitFlux#readme",
"dependencies": {
"bootstrap": "^3.3.6",
"d3": "^3.5.16",
"d3fc": "^10.0.0",
"d3fc-financial-feed": "^3.0.0",
"d3fc-rebind": "^3.0.1",
"jquery": "^2.2.0",
"seedrandom": "^2.4.2"
},
"devDependencies": {
"babel-plugin-transform-es2015-modules-commonjs": "^6.8.0",
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"browserify-istanbul": "^2.0.0",
"cordova": "^6.1.1",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.2.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-less": "^1.3.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-cordovacli": "^1.0.1",
"grunt-eslint": "^18.1.0",
"grunt-gh-pages": "^1.1.0",
"grunt-karma": "^1.0.0",
"grunt-rollup": "^0.7.1",
"grunt-svg-sprite": "^1.2.19",
"grunt-template": "^0.2.3",
"isparta": "^4.0.0",
"jasmine-core": "^2.4.1",
"jit-grunt": "^0.10.0",
"karma": "^0.13.22",
"karma-browserify": "^5.0.5",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"less-plugin-autoprefix": "^1.5.1",
"time-grunt": "^1.3.0",
"watchify": "^3.7.0"
}
}