gfx.js
Version:
WebGL wrappings for Graphics
53 lines (52 loc) • 1.42 kB
JSON
{
"name": "gfx.js",
"version": "1.2.15",
"description": "WebGL wrappings for Graphics",
"main": "dist/gfx.js",
"module": "index.js",
"jsnext:main": "index.js",
"scripts": {
"prepare": "npm run build",
"pretest": "npm run build:dev",
"build": "npm run build:dev && npm run build:min",
"build:dev": "rollup -c ./script/rollup.config.js",
"build:min": "uglifyjs ./dist/gfx.dev.js --mangle --source-map url=gfx.min.js.map -o ./dist/gfx.min.js",
"dev": "rollup -w -c ./script/rollup.config.js",
"start": "electron ./examples",
"server": "preview -p 8002 -e examples",
"test": "electron-node-tap --renderer --detail ./test/*.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gamedev-js/gfx.js.git"
},
"keywords": [
"gfx",
"webgl"
],
"author": "jwu",
"license": "MIT",
"bugs": {
"url": "https://github.com/gamedev-js/gfx.js/issues"
},
"homepage": "https://github.com/gamedev-js/gfx.js/issues",
"dependencies": {},
"devDependencies": {
"electron": "^1.8.1",
"electron-node-tap": "^1.1.4",
"fs-jetpack": "^0.13.0",
"lstats.js": "^1.2.5",
"preview-server": "^1.0.7",
"rollup": "^0.54.1",
"rollup-plugin-buble": "^0.18.0",
"spectorjs": "^0.2.3",
"uglify-js": "^3.3.7",
"vconsole": "^2.5.2",
"vmath": "^1.4.7"
},
"files": [
"dist",
"lib",
"index.js"
]
}