-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
65 lines (65 loc) · 1.92 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
{
"name": "tensorspace-converter",
"description": "TensorSpace preprocess tool for pre-trained models from TensorFlow, Keras, TensorFlow.js",
"directories": {
"tensorspacejs": "source code",
"example": "TensorSpace-Converter usage examples",
"test": "TensorSpace-Converter developmenet test cases",
"deprecated": "deprecated docs for TensorSpace Preprocessing",
"assets": "static resource for github repo",
"docker": "TensorSpace docker scripts, documentation, and example"
},
"devDependencies": {
"all-contributors-cli": "^5.3.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.2.0",
"mocha": "^4.1.0",
"rimraf": "^2.6.3",
"shelljs": "^0.8.3",
"@tensorflow/tfjs": "^1.0.0",
"@tensorflow/tfjs-node": "^1.0.0-alpha2"
},
"scripts": {
"test": "mocha --timeout 30000",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tensorspace-team/tensorspace-converter.git"
},
"author": "tensorspace-team",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/tensorspace-team/tensorspace-converter/issues"
},
"homepage": "https://github.com/tensorspace-team/tensorspace-converter#readme",
"contributors": [
{
"name": "zchholmes",
"email": "[email protected]",
"url": "https://github.com/zchholmes"
},
{
"name": "syt123450",
"email": "[email protected]",
"url": "https://github.com/syt123450"
},
{
"name": "lq3297401",
"email": "[email protected]",
"url": "https://github.com/lq3297401"
},
{
"name": "BoTime",
"url": "https://github.com/BoTime"
},
{
"name": "CharlesLiuyx",
"email": "[email protected]",
"url": "https://github.com/CharlesLiuyx"
}
]
}