-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
executable file
·56 lines (56 loc) · 1.18 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
{
"name": "@sketchfab/viewer-api",
"version": "1.12.0",
"description": "The Sketchfab Viewer API. For browser purposes.",
"main": "viewer-api.js",
"browser": "viewer-api.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/sketchfab/viewer-api"
},
"keywords": [
"sketchfab",
"viewer-api",
"viewer",
"api"
],
"author": {
"name": "Sketchfab",
"email": "contact@sketchfab.com",
"url": "https://sketchfab.com"
},
"contributors": [
{
"name": "Cedric Pinson",
"email": "cedric@sketchfab.com"
},
{
"name": "Paul Cheyrou-Lagreze",
"email": "paul@sketchfab.com"
},
{
"name": "Remy Bouquet",
"email": "remy@sketchfab.com"
},
{
"name": "Arthur Jamain",
"email": "arthur@sketchfab.com"
}
],
"engines": {
"node": "*",
"npm": "*"
},
"dependencies": {},
"license": "ISC",
"bugs": {
"url": "https://help.sketchfab.com/hc/en-us/requests/new?type=viewer_api"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://sketchfab.com/developers/viewer"
}