UNPKG

jparticles

Version:

A succinct, efficient, and lightweight Canvas plugin library for building some cool particle effects.

56 lines (55 loc) 1.42 kB
{ "name": "jparticles", "description": "A succinct, efficient, and lightweight Canvas plugin library for building some cool particle effects.", "version": "2.0.1", "main": "production/jparticles.all.js", "scripts": { "dev": "gulp --gulpfile ./bin/gulpfile.dev.js", "build": "gulp --gulpfile ./bin/gulpfile.build.js && npm test", "test": "ava --verbose", "test:watch": "ava --verbose --watch" }, "ava": { "babel": { "presets": [ "es2015", "stage-0" ] } }, "devDependencies": { "ava": "^0.19.1", "babel-preset-es2015": "^6.24.0", "babel-preset-stage-0": "^6.22.0", "browser-sync": "^2.18.8", "eslint": "^3.9.1", "gulp": "^3.9.1", "gulp-babel": "^6.1.2", "gulp-changed": "^2.0.0", "gulp-concat": "^2.6.0", "gulp-eslint": "^3.0.1", "gulp-rename": "^1.2.2", "gulp-sourcemaps": "^2.5.0", "gulp-uglify": "^2.1.2", "gulp-zip": "^4.0.0", "jsdom": "^10.1.0", "through2": "^2.0.3" }, "devEngines": { "node": "< 7.x" }, "repository": { "type": "git", "url": "git+https://github.com/Barrior/JParticles.git" }, "author": "Barrior", "license": "MIT", "bugs": { "url": "https://github.com/Barrior/JParticles/issues" }, "homepage": "jparticles.js.org", "keywords": [ "JParticles", "Particle effects" ] }