forked from tensorflow/tfjs-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.06 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
{
"name": "benchmarks",
"version": "0.1.2",
"description": "Benchmark tools for TensorFlow.js",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/tensorflow/tfjs-core"
},
"devDependencies": {
"@tensorflow/tfjs": "~0.12.4",
"@types/jasmine": "~2.5.53",
"clang-format": "~1.2.2",
"firebase": "~5.3.0",
"http-server": "^0.11.1",
"jasmine": "~3.1.0",
"jasmine-core": "~3.1.0",
"karma": "~2.0.2",
"karma-browserstack-launcher": "~1.3.0",
"karma-chrome-launcher": "~2.2.0",
"karma-jasmine": "~1.1.0",
"karma-typescript": "~3.0.12",
"polymer-bundler": "~3.0.1",
"ts-node": "~7.0.0",
"tsc": "^1.20150623.0",
"tsify": "^3.0.4",
"tslint": "^5.10.0",
"typescript": "2.9.2",
"yalc": "^1.0.0-pre.23"
},
"scripts": {
"link-local": "yalc link",
"lint": "tslint -p . -t verbose",
"benchmark": "karma start --firebaseKey $FIREBASE_KEY",
"benchmark-travis": "./benchmark_travis.sh"
},
"license": "Apache-2.0",
"engines": {
"yarn": ">= 1.0.0"
}
}