-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
57 lines (57 loc) · 1.45 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
{
"name": "caffejs",
"version": "0.2.0",
"description": "Cool samples using ConvNetJS",
"main": "dist/caffe.js",
"dependencies": {
"d3": "^3.5.17",
"es6-shim": "^0.35.1",
"queue-async": "^1.2.1",
"webcamjs": "^1.0.6",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"@types/d3": "^3.5.17",
"@types/dagre": "^0.7.4",
"@types/dagre-d3": "^0.4.17",
"@types/es6-shim": "^0.31.35",
"@types/whatwg-fetch": "^0.0.33",
"dagre-d3": "^0.4.17",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-footer": "^1.0.5",
"gulp-gh-pages": "^0.5.4",
"gulp-header": "^1.8.7",
"gulp-markdown": "^1.2.0",
"gulp-nunjucks": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.6.1",
"gulp-typescript": "^3.2.2",
"gulp-uglify": "^3.0.0",
"http-server": "^0.10.0",
"jasmine-core": "^2.8.0",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4",
"nunjucks": "^3.0.1",
"protobufjs": "^6.8.0",
"prototxt-parser": "^0.1.3",
"run-sequence": "^2.1.0",
"typescript": "^2.5.2"
},
"scripts": {
"start": "cd docs-pages && http-server",
"build": "gulp",
"test": "./node_modules/karma/bin/karma start karma.conf.js"
},
"keywords": [
"caffe",
"convnet",
"convnetjs",
"deeplearning"
],
"author": "Christoph Koerner",
"license": "MIT"
}