forked from tensorspace-team/tensorspace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.94 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
{
"name": "tensorspace",
"version": "0.1.1",
"description": "Neural network 3D visualization framework",
"main": "build/tensorspace.module.js",
"scripts": {
"test": "mocha",
"build": "rollup -c",
"build-publish": "rollup -c && uglifyjs build/tensorspace.js -cm --preamble \"// https://github.com/tensorspace-team/tensorspace/blob/master/LICENSE\" --output build/tensorspace.min.js",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"directories": {
"assets": "static resource for github repo",
"docs": "document for users and contributors",
"examples": "tensorspace.js show cases",
"test": "test scripts",
"build": "released files, build code for different environment",
"src": "source code"
},
"dependencies": {
"@tensorflow/tfjs": "^0.13.3",
"@tweenjs/tween.js": "^17.2.0",
"install": "^0.12.1",
"npm": "^6.4.1",
"three": "^0.98.0"
},
"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",
"rollup": "^0.53.4",
"uglify-es": "^3.3.10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tensorspace-team/tensorspace.git"
},
"homepage": "https://github.com/tensorspace-team/tensorspace#readme",
"author": "tensorspace-team",
"license": "Apache-2.0",
"contributors": [
{
"name": "syt123450",
"email": "[email protected]",
"url": "https://github.com/syt123450"
}, {
"name": "zchholmes",
"email": "[email protected]",
"url": "https://github.com/zchholmes"
}, {
"name": "CharlesLiuyx",
"email": "[email protected]",
"url": "https://github.com/CharlesLiuyx"
}, {
"name": "lq3297401",
"email": "[email protected]",
"url": "https://github.com/lq3297401"
}
]
}