jpweeks/particulate-js

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "particulate",
  "description": "Particle physics micro library.",
  "version": "0.3.3",
  "main": "dist/particulate.js",
  "jsnext:main": "src/index.js",
  "license": "MIT",
  "keywords": [
    "particle",
    "physics",
    "3d"
  ],
  "homepage": "http://particulatejs.org/",
  "repository": {
    "type": "git",
    "url": "git://github.com/jpweeks/particulate-js.git"
  },
  "author": {
    "name": "Jay Weeks",
    "email": "jay.patrick.weeks@gmail.com",
    "url": "http://jayweeks.com"
  },
  "devDependencies": {
    "grunt": "~1.0.4",
    "grunt-banner": "^0.6.0",
    "grunt-contrib-connect": "^2.1.0",
    "grunt-contrib-jshint": "^2.1.0",
    "grunt-contrib-uglify": "^4.0.1",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-contrib-yuidoc": "^1.0.0",
    "grunt-coveralls": "^2.0.0",
    "grunt-neuter": "~0.6.0",
    "grunt-qunit-istanbul": "^1.1.0",
    "grunt-rollup": "^10.0.0",
    "jit-grunt": "^0.10.0",
    "qunit-theme-ninja": "^2.0.0",
    "qunitjs": "^2.4.1",
    "three": "^0.69.0"
  },
  "scripts": {
    "test": "grunt test"
  }
}