twgl.js/package.json
2019-11-03 14:24:17 +09:00

83 lines
2.4 KiB
JSON

{
"name": "twgl.js",
"version": "4.13.1",
"description": "A Tiny WebGL helper library",
"main": "dist/4.x/twgl-full.js",
"types": "dist/4.x/twgl-full.d.ts",
"module": "dist/4.x/twgl-full.module.js",
"scripts": {
"test": "npm run testjs && npm run testts",
"testjs": "node node_modules/mocha/bin/mocha --recursive 'test/src/js/*-harness.js'",
"testts": "tsc --project test/src/ts/",
"pre-push": "grunt eslint",
"lint": "grunt eslint",
"build": "grunt build",
"buildts": "grunt buildts",
"bumpminor": "grunt bumpminor",
"bumpmajor": "grunt bumpmajor",
"bumppatch": "grunt bumppatch",
"builddocs": "grunt docs",
"browserify": "grunt browserify",
"serve": "http-server"
},
"repository": {
"type": "git",
"url": "https://github.com/greggman/twgl.js.git"
},
"keywords": [
"WebGL",
"twgl"
],
"author": "Greggman",
"license": "MIT",
"bugs": {
"url": "https://github.com/greggman/twgl.js/issues"
},
"homepage": "https://github.com/greggman/twgl.js",
"files": [
"dist/4.x/twgl-full.js",
"dist/4.x/twgl.js",
"dist/4.x/twgl-full.d.ts",
"dist/4.x/twgl.d.ts",
"dist/4.x/twgl-full.module.js"
],
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-transform-modules-commonjs": "^7.6.0",
"@babel/polyfill": "^7.6.0",
"@babel/preset-env": "^7.6.3",
"@types/node": "^12.11.6",
"almond": "^0.3.3",
"babel-loader": "^8.0.6",
"eslint": "^6.5.1",
"eslint-plugin-google-camelcase": "0.0.2",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-one-variable-per-var": "0.0.3",
"eslint-plugin-optional-comma-spacing": "0.0.4",
"eslint-plugin-require-trailing-comma": "0.0.1",
"esm": "^3.2.25",
"grunt": "^1.0.4",
"grunt-browserify": "^5.3.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-eslint": "^22.0.0",
"grunt-jsdoc": "^2.4.0",
"grunt-rollup": "^10.0.0",
"grunt-ts": "^6.0.0-beta.22",
"grunt-webpack": "^3.0.2",
"http-server": "^0.11.1",
"load-grunt-tasks": "^5.1.0",
"marked": "^0.7.0",
"minami": "^1.2.3",
"mocha": "^6.2.2",
"requirejs": "^2.3.5",
"rollup": "^1.25.2",
"semver": "^6.3.0",
"should": "^13.2.0",
"terser-webpack-plugin": "^2.2.1",
"tsd-jsdoc": "^2.1.2",
"typescript": "^3.6.4",
"webpack": "^4.41.2"
},
"dependencies": {}
}