{
  "name": "primish",
  "version": "0.3.9",
  "description": "A portable Class implementation in javascript, forked from MooTools Prime",
  "main": "primish.js",
  "scripts": {
    "test": "node_modules/jasmine-node/bin/jasmine-node --verbose spec/",
    "autotest": "node_modules/jasmine-node/bin/jasmine-node --autotest --verbose spec/"
  },
  "repository": "https://github.com/DimitarChristoff/primish",
  "license": "MIT",
  "devDependencies": {
    "jasmine-node": "~1.13.1",
    "grunt": "~0.4.1",
    "colors": "*",
    "grunt-doctor-md": "~0.1.1",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-jshint": "~0.7.2",
    "matchdep": "~0.3.0",
    "grunt-contrib-requirejs": "~0.4.1"
  }
}
