-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.61 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
{
"name": "algebranch",
"version": "0.0.0",
"description": "",
"author": "Robert Harris <trebor@trebor.org> (https://trebor.org)",
"keywords": [],
"engines": {
"node": "~5.2"
},
"devDependencies": {
"babel-core": "~6.3.21",
"babel-loader": "~6.2.0",
"babel-preset-es2015": "~6.3.13",
"bower": "^1.6.5",
"browser-sync": "~2.10.1",
"del": "~2.2.0",
"gulp": "~3.9.0",
"gulp-gh-pages": "~0.5.4",
"gulp-load-plugins": "~1.1.0",
"gulp-uglify": "~1.5.1",
"istanbul-instrumenter-loader": "~0.1.3",
"jasmine-core": "~2.4.1",
"json-loader": "~0.5.4",
"karma": "~0.13.15",
"karma-coverage": "~0.5.3",
"karma-jasmine": "~0.3.6",
"karma-phantomjs-launcher": "~0.2.1",
"karma-sourcemap-loader": "~0.3.6",
"karma-spec-reporter": "~0.0.23",
"karma-webpack": "~1.7.0",
"phantomjs": "~1.9.18",
"run-sequence": "~1.1.5",
"webpack": "~1.12.9",
"webpack-stream": "~3.1.0",
"yargs": "~3.31.0",
"gulp-htmlmin": "~1.3.0",
"gulp-if": "~2.0.0",
"gulp-imagemin": "~2.4.0",
"gulp-jsonminify": "~1.0.0",
"gulp-newer": "~1.1.0",
"gulp-ng-templates": "~0.0.6",
"gulp-sass": "~2.1.1"
},
"main": "",
"private": true,
"scripts": {
"postinstall": "bower install && gulp build --production",
"start": "gulp --production",
"test": "karma start --single-run",
"tdd": "karma start"
},
"dependencies": {
"d3-dispatch": "^1.0.1",
"d3-hierarchy": "^1.0.2",
"d3-queue": "^3.0.3",
"d3-selection": "^1.0.2",
"d3-transition": "^1.0.3",
"d3kit": "^3.1.1",
"mathjax-node": "^0.5.1"
}
}