Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewstart committed Jan 15, 2017
1 parent 2421b3d commit 73a2e57
Showing 1 changed file with 65 additions and 65 deletions.
130 changes: 65 additions & 65 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,66 +1,66 @@
{
"name": "pixi-particles",
"version": "2.0.0",
"main": "dist/pixi-particles.min.js",
"typings": "index.d.ts",
"description": "Particle emitter for Pixi.js",
"author": "Andrew Start <[email protected]>",
"contributors": [
{
"name": "Matt Karl",
"email": "[email protected]"
}
],
"scripts": {
"clean": "rimraf docs/docs docs/dist .publish",
"lint": "eslint src",
"prebuild": "npm run lint",
"build": "pixify --name pixi-particles -d dist --external false",
"postbuild": "ncp dist docs/dist",
"docs": "jsdoc -c jsdoc.conf.json -R README.md",
"start": "npm run build -- --watch",
"predocs-live": "npm run docs",
"docs-live": "gh-pages -d docs",
"postversion": "npm run build && npm test",
"publish:patch": "npm version patch && npm publish",
"publish:minor": "npm version minor && npm publish",
"publish:major": "npm version major && npm publish",
"postpublish": "git push && git push --tags && npm run docs-live"
},
"peerDependencies": {
"pixi.js": "*"
},
"devDependencies": {
"eslint": "^3.10.2",
"gh-pages": "^0.11.0",
"jaguarjs-jsdoc": "^1.0.0",
"js-md5": "^0.4.1",
"jsdoc": "^3.4.0",
"pixify": "^1.7.0",
"rimraf": "^2.5.4",
"pixi.js": "^4.2.2",
"ncp": "^2.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/pixijs/pixi-particles"
},
"bugs": {
"url": "https://github.com/pixijs/pixi-particles/issues"
},
"files": [
"dist/",
"LICENSE",
"package.json",
"README.md",
"index.d.ts",
"ambient.d.ts"
],
"keywords": [
"webgl",
"pixi",
"pixi.js",
"particles"
],
"license": "MIT"
}
"name": "pixi-particles",
"version": "2.1.0",
"main": "dist/pixi-particles.min.js",
"typings": "index.d.ts",
"description": "Particle emitter for Pixi.js",
"author": "Andrew Start <[email protected]>",
"contributors": [
{
"name": "Matt Karl",
"email": "[email protected]"
}
],
"scripts": {
"clean": "rimraf docs/docs docs/dist .publish",
"lint": "eslint src",
"prebuild": "npm run lint",
"build": "pixify --name pixi-particles -d dist --external false",
"postbuild": "ncp dist docs/dist",
"docs": "jsdoc -c jsdoc.conf.json -R README.md",
"start": "npm run build -- --watch",
"predocs-live": "npm run docs",
"docs-live": "gh-pages -d docs",
"postversion": "npm run build && npm test",
"publish:patch": "npm version patch && npm publish",
"publish:minor": "npm version minor && npm publish",
"publish:major": "npm version major && npm publish",
"postpublish": "git push && git push --tags && npm run docs-live"
},
"peerDependencies": {
"pixi.js": "*"
},
"devDependencies": {
"eslint": "^3.10.2",
"gh-pages": "^0.11.0",
"jaguarjs-jsdoc": "^1.0.0",
"js-md5": "^0.4.1",
"jsdoc": "^3.4.0",
"pixify": "^1.7.0",
"rimraf": "^2.5.4",
"pixi.js": "^4.2.2",
"ncp": "^2.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/pixijs/pixi-particles"
},
"bugs": {
"url": "https://github.com/pixijs/pixi-particles/issues"
},
"files": [
"dist/",
"LICENSE",
"package.json",
"README.md",
"index.d.ts",
"ambient.d.ts"
],
"keywords": [
"webgl",
"pixi",
"pixi.js",
"particles"
],
"license": "MIT"
}

0 comments on commit 73a2e57

Please sign in to comment.