-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 808 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 808 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
{
"name": "glcubic.js",
"version": "0.2.3",
"description": "webgl helper library (webgl2 beta)",
"keywords": [
"webgl",
"glsl"
],
"main": "./build/js/glcubic.js",
"repository": {
"type": "git",
"url": "https://github.com/doxas/glcubic.js.git"
},
"bugs": "https://github.com/doxas/glcubic.js/issues",
"author": {
"name": "doxas",
"email": "admin@wgld.org",
"url": "http://wgld.org"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"esdoc": "^0.5.2",
"esdoc-standard-plugin": "0.0.7",
"webpack": "^3.10.0"
},
"scripts": {
"build": "set NODE_ENV=release&& webpack -p",
"debug": "webpack --debug -w",
"jsdoc": "./node_modules/.bin/esdoc"
},
"license": "MIT"
}