{
  "author": "Rocky Madden (http://rockymadden.com/)",
  "description": "Proof of concept to determine if Scala.js could be leveraged to make a Node.js module. It can.",
  "devDependencies": {
    "coffee-script": "1.7.x",
    "grunt": "0.4.x",
    "grunt-cli": "0.1.x",
    "grunt-contrib-coffee": "0.10.x",
    "grunt-contrib-copy": "0.5.x",
    "grunt-mocha-cov": "0.2.x",
    "grunt-shell": "0.7.x",
    "mocha": "1.20.x",
    "mocha-term-cov-reporter": "0.2.x",
    "should": "4.0.x"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "homepage": "http://rockymadden.com/scala-node/",
  "keywords": [
    "scala",
    "scala.js"
  ],
  "main": "target/example.js",
  "name": "rajeev",
  "repository": {
    "type": "git",
    "url": "git://github.com/rockymadden/scala-node.git"
  },
  "scripts": {
    "prepublish": "grunt make"
  },
  "version": "0.2.0",
  "bugs": {
    "url": "https://github.com/rockymadden/scala-node/issues"
  },
  "directories": {
    "test": "test"
  },
  "dependencies": {},
  "license": "ISC"
}
