twgl.js/package.json
2017-02-26 01:00:39 +09:00

65 lines
1.9 KiB
JSON

{
"name": "twgl.js",
"version": "3.1.0",
"description": "A Tiny WebGL helper library",
"main": "dist/3.x/twgl-full.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --recursive",
"pre-push": "grunt eslint",
"build": "grunt build",
"bumpminor": "grunt bumpminor",
"bumpmajor": "grunt bumpmajor",
"bumppatch": "grunt bumppatch",
"builddocs": "grunt docs"
},
"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/3.x/twgl-full.js",
"dist/3.x/twgl.js"
],
"devDependencies": {
"almond": "^0.3.1",
"babel-cli": "^6.18.0",
"babel-loader": "^6.2.7",
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
"eslint": "^2.11.1",
"eslint-plugin-google-camelcase": "0.0.1",
"eslint-plugin-html": "git+https://github.com/greggman/eslint-plugin-html.git#fix-space-eating",
"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",
"grunt": "^1.0.1",
"grunt-browserify": "^4.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-eslint": "^18.0.0",
"grunt-jsdoc": "^1.1.0",
"grunt-webpack-without-server": "^1.0.8",
"load-grunt-tasks": "^3.4.1",
"marked": "^0.3.3",
"minami": "^1.1.1",
"mocha": "^2.3.4",
"requirejs": "^2.1.22",
"semver": "^4.3.4",
"should": "^8.1.1",
"webpack": "^1.13.1",
"webpack-load-plugins": "^0.1.2"
},
"dependencies": {}
}