{
  "name": "connect-assets-jsprimer",
  "version": "0.2.0",
  "homepage": "https://jgable.github.com/connect-assets-jsprimer",
  "description": "Forces compilation of your javascript connect-assets without referencing them in a view.",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jgable/connect-assets-jsprimer.git"
  },
  "keywords": [
    "connect-assets",
    "requirejs"
  ],
  "author": "Jacob Gable <jacob.gable@gmail.com>",
  "contributors": [
    "Adrien Antoine <adriantoine@gmail.com> (http://adriantoine.com/)",
    "Jonathan Chapman <chafnan@gmail.com> (https://github.com/chafnan)",
    "Jason Merril <jason@desmos.com> (https://github.com/jwmerrill)"
  ],
  "license": "MIT",
  "dependencies": {
    "coffee-script": "^1.3.3",
    "watchr": "~2.1.6"
  },
  "devDependencies": {
    "connect-assets": "~2.3.3",
    "mocha": "~1.18.2",
    "should": "~3.3.0"
  }
}
