pixify
Version:
Browserify bundle process for PIXI libraries
59 lines (58 loc) • 1.37 kB
JSON
{
"name": "pixify",
"version": "1.9.0",
"description": "Browserify bundle process for PIXI libraries",
"main": "lib/pixify.js",
"scripts": {
"pretest": "npm run lint",
"test": "mocha test/index.js",
"lint": "jshint --reporter=node_modules/jshint-stylish index.js lib",
"postversion": "git push && git push --tags"
},
"bin": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/pixijs/pixify.git"
},
"jshintConfig": {
"esversion": 6,
"node": true
},
"keywords": [
"Browserify",
"sourcemaps",
"uglify",
"bundle",
"header",
"license"
],
"engines": {
"node": ">=4.0"
},
"author": "Matt Karl <matt@mattkarl.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pixijs/pixify/issues"
},
"homepage": "https://github.com/pixijs/pixify#readme",
"dependencies": {
"browserify": "^13.1.0",
"chalk": "^1.1.3",
"gulp-header": "^1.8.7",
"gulp-if": "^2.0.1",
"gulp-preprocess": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"minimist": "^1.2.0",
"vinyl-buffer": "^1.0.0",
"vinyl-fs": "^2.4.3",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"devDependencies": {
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0",
"mocha": "^3.0.2",
"rimraf": "^2.5.4"
}
}