-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
48 lines (48 loc) · 1.2 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
{
"name": "tensorspace-website",
"version": "0.0.1",
"description": "official website for tensorspace",
"main": "index.js",
"devDependencies": {
"all-contributors-cli": "^5.3.0"
},
"scripts": {
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tensorspace-team/tensorspace-website.git"
},
"keywords": [
"website"
],
"author": "tensorspace-team",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/tensorspace-team/tensorspace-website/issues"
},
"homepage": "https://github.com/tensorspace-team/tensorspace-website#readme",
"contributors": [
{
"name": "syt123450",
"email": "[email protected]",
"url": "https://github.com/syt123450"
},
{
"name": "CharlesLiuyx",
"email": "[email protected]",
"url": "https://github.com/CharlesLiuyx"
},
{
"name": "zchholmes",
"email": "[email protected]",
"url": "https://github.com/zchholmes"
},
{
"name": "lq3297401",
"email": "[email protected]",
"url": "https://github.com/lq3297401"
}
]
}