-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 958 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 958 Bytes
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
{
"name": "@oneisland/graphics",
"version": "0.0.1",
"private": false,
"description": "A fast and lightweight 3D graphics engine for the web",
"keywords": [
"graphics",
"webgl",
"oneisland"
],
"main": "lib/index.js",
"scripts": {
"build": "module-packer build",
"prepublishOnly": "npm run build",
"prepublish": "npm run build",
"serve": "module-packer serve",
"watch": "module-packer watch"
},
"devDependencies": {
"@oneisland/math": "^0.0.4",
"@oneisland/module-packer": "^0.0.16",
"@oneisland/worker-module": "^0.0.2",
"raw-loader": "^4.0.2"
},
"homepage": "https://github.com/oneislandearth/graphics#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/oneislandearth/graphics.git"
},
"bugs": {
"url": "https://github.com/oneislandearth/graphics/issues"
},
"contributors": [
"Daniel Larkin <daniel@oneisland.io>"
],
"license": "MIT"
}