-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.24 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.24 KB
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
{
"name": "chartiddle",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"dependencies": {
"@types/flux": "^3.0.1",
"@types/highcharts": "^4.2.47",
"@types/jasmine": "^2.5.43",
"@types/jquery": "^2.0.40",
"@types/node": "^7.0.5",
"@types/papaparse": "^4.1.28",
"@types/react-dom": "^0.14.23",
"bootstrap": "^3.3.7",
"crossroads": "^0.12.2",
"es6-promise": "^4.0.5",
"es6-shim": "^0.35.3",
"flux": "^3.1.2",
"gulp-concat": "^2.6.0",
"hasher": "^1.2.0",
"highcharts": "^5.0.7",
"jquery": "^3.1.1",
"jquery-ui": "^1.12.1",
"papaparse": "^4.1.4",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"devDependencies": {
"jasmine-core": "^2.3.4",
"karma": "^1.5.0",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.1.0",
"karma-junit-reporter": "^0.3.8",
"karma-nodeunit": "^0.2.0",
"karma-webpack": "^2.0.2",
"ts-loader": "^2.0.1",
"tsd": "^0.6.5",
"typescript": "^2.2.1",
"typings": "^2.1.0",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1",
"worker-loader": "^0.7.1"
},
"scripts": {
"install": "typings install",
"test": "karma start --single-run"
},
"author": "",
"license": "ISC"
}