-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.13 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
71
{
"name": "TimeSeries",
"version": "0.1.0",
"description": "Displays discrete-time data in a time-series chart using nv.d3",
"author": "Derrick Kwagala <derrick.kwagala@flockofbirds.org",
"copyright": "Mendix",
"main": "Gruntfile.js",
"scripts": {
"pretest": "tsc",
"test": "karma start --browsers Firefox && node tests/remap.js",
"posttest": "codecov --disable=gcov -f dist/testresults/coverage-final.json"
},
"repository": {
"type": "git",
"url": "https://github.com/mendixlabs/time-series.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mendixlabs/time-series/issues"
},
"devDependencies": {
"@types/big.js": "0.0.31",
"@types/core-js": "0.9.34",
"@types/d3": "3.5.36",
"@types/dojo": "1.9.35",
"@types/enzyme": "2.4.36",
"@types/jasmine": "2.5.35",
"@types/karma": "0.13.33",
"@types/nvd3": "1.8.32",
"@types/react": "0.14.37",
"@types/react-dom": "0.14.17",
"codecov": "1.0.1",
"copy-webpack-plugin": "3.0.1",
"core-js": "2.4.1",
"enzyme": "2.5.1",
"grunt": "1.0.1",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-compress": "1.2.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-webpack": "1.0.18",
"grunt-xsltproc": "0.6.1",
"istanbul-instrumenter-loader": "1.0.0",
"jasmine": "2.5.2",
"json-loader": "0.5.4",
"karma": "1.3.0",
"karma-chrome-launcher": "2.0.0",
"karma-coverage": "1.1.1",
"karma-firefox-launcher": "1.0.0",
"karma-jasmine": "1.0.2",
"karma-jasmine-html-reporter": "0.2.2",
"karma-sourcemap-loader": "0.3.7",
"karma-typescript": "2.0.9",
"karma-webpack": "1.8.0",
"mendix-client": "git+https://github.com/FlockOfBirds/Mendix-client-typing.git",
"react-addons-test-utils": "15.3.2",
"remap-istanbul": "0.7.0",
"source-map-loader": "0.1.5",
"ts-loader": "0.9.4",
"tslint-eslint-rules": "2.1.0",
"typescript": "2.0.3",
"webpack": "1.13.2",
"webpack-dev-server": "1.16.2"
},
"dependencies": {
"react": "15.3.2",
"react-dom": "15.3.2",
"d3": "3.4.4",
"nvd3": "1.8.4"
}
}