{
  "author": {
    "name": "Mario Casciaro"
  },
  "name": "particles-prereq",
  "description": "Basic utilities for particles based applications",
  "homepage": "https://github.com/particles/particles-prereq",
  "version": "0.2.4",
  "repository": {
    "type": "git",
    "url": "git://github.com/particles/particles-prereq.git"
  },
  "dependencies": {
    "lodash": "~2.3.0",
    "winston": "~0.7.2",
    "when": "~2.6.0",
    "object-path": "~0.1.1",
    "extend": "1.2.1"
  },
  "devDependencies": {
    "scatter": "~0.5.7",
    "mocha": "~1.12.0",
    "chai": "~1.7.2",
    "rimraf": "~2.2.2"
  },
  "scripts": {
    "test": "node_modules/.bin/mocha test/*.js --reporter spec"
  },
  "license": "MIT"
}
