twgl.js/package.json
2015-10-09 18:13:50 +03:00

42 lines
1.2 KiB
JSON

{
"name": "twgl.js",
"version": "0.0.32",
"description": "A Tiny WebGL helper library",
"main": "dist/twgl-full.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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",
"devDependencies": {
"almond": "^0.3.1",
"eslint": "^0.18.0",
"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": "^0.4.5",
"grunt-browserify": "^4.0.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-eslint": "0.0.5",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-uglify": "^0.9.1",
"grunt-jsdoc": "^0.5.8",
"marked": "^0.3.3",
"semver": "^4.3.4"
},
"dependencies": {}
}