UNPKG

366 BJSONView Raw
1{
2 "name": "three.js",
3 "homepage": "http://threejs.org/",
4 "description": "JavaScript 3D library",
5 "main": "build/three.js",
6 "keywords": [
7 "three",
8 "threejs",
9 "three.js",
10 "3D",
11 "webgl"
12 ],
13 "license": "MIT",
14 "ignore": [
15 "**/.*",
16 "*.md",
17 "/docs",
18 "/editor",
19 "/examples/*",
20 "!/examples/js",
21 "/src",
22 "/test",
23 "/utils",
24 "/LICENSE"
25 ]
26}