UNPKG

tgaimage

Version:

TGA Image Loader for Web browsers

71 lines (70 loc) 1.71 kB
{ "name": "tgaimage", "version": "1.1.0", "description": "TGA Image Loader for Web browsers", "main": "./index.node.js", "browser": { "./index.node.js": "./index.web.js" }, "scripts": { "lint": "gulp lint", "build": "gulp build", "test": "gulp test", "test-coverage": "nyc --include src npm test", "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov", "doc": "esdoc" }, "repository": { "type": "git", "url": "git+https://github.com/magicien/TGAImage.git" }, "keywords": [ "ECMAScript", "JavaScript", "TGA" ], "author": "magicien", "license": "MIT", "bugs": { "url": "https://github.com/magicien/TGAImage/issues" }, "homepage": "https://github.com/magicien/TGAImage#readme", "babel": { "presets": [ "es2015" ] }, "devDependencies": { "babel": "^6.23.0", "babel-core": "^6.25.0", "babel-eslint": "^7.2.3", "babel-loader": "^7.1.1", "babel-plugin-static-fs": "^1.1.0", "chai": "^4.1.1", "esdoc": "^1.0.1", "gulp": "^3.9.1", "gulp-babel": "^7.0.0", "gulp-eslint": "^4.0.0", "gulp-exec": "^2.1.3", "gulp-if": "^2.0.2", "gulp-mocha": "^4.3.1", "gulp-uglify": "^3.0.0", "gulp-util": "^3.0.8", "gulp-watch": "^4.3.11", "mocha": "^3.5.0", "mocha-sinon": "^2.0.0", "nyc": "^11.1.0", "path": "^0.12.7", "require-dir": "^0.3.2", "script-loader": "^0.7.0", "sinon": "^3.2.0", "sinon-chai": "^2.12.0", "uglifyjs-webpack-plugin": "^0.4.6", "webpack": "^3.5.4", "webpack-stream": "^4.0.0", "babel-preset-es2015": "^6.24.1", "babel-register": "^6.24.1" }, "dependencies": { } }