{
  "name": "b",
  "description": "The best project ever.",
  "version": "0.0.1",
  "homepage": "https://github.com/kaelzhang/neocortex",
  "author": {
    "name": "Kael",
    "email": "i@kael.me"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/kaelzhang/neocortex.git"
  },
  "bugs": {
    "url": "https://github.com/kaelzhang/neocortex/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/kaelzhang/neocortex/blob/master/LICENSE-MIT"
    }
  ],
  "engines": {
    "node": ">= 0.6.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "cortexExactDependencies": {
    "c": "0.0.2"
  },
  "devDependencies": {
    "grunt": "~0.4.1",
    "grunt-mocha": "~0.3.1",
    "grunt-contrib-connect": "~0.3.0",
    "grunt-contrib-concat": "~0.1.2",
    "grunt-contrib-uglify": "~0.1.1",
    "grunt-contrib-jshint": "~0.1.1",
    "grunt-contrib-watch": "~0.2.0"
  },
  "keywords": [],
  "main": "lib/index.js"
}