{
  "dependencies": {
    "underscore": "~1.5.3"
  },
  "asyncDependencies": {},
  "scripts": {},
  "name": "cookie",
  "description": "The best project ever.",
  "version": "0.1.0",
  "main": "cookie.js",
  "homepage": "",
  "author": {
    "name": "mangix",
    "email": "maqh1988@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git://code.dianpingoa.com/f2e/cookie4cortex.git"
  },
  "licenses": [{
    "type": "MIT",
    "url": "/blob/master/LICENSE-MIT"
  }],
  "devDependencies": {
    "grunt": "~0.4.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": [],
  "gitHead": "3dc9830170ae5bbd0758ff113d9225c343a134b8",
  "readme": "# cookie4cortex\n\n> The best project ever.\n\n## Getting Started\nBefore anything taking its part, you should install [node](http://nodejs.org) and \"cortex\".\n\n#### Install Node\n\nVisit [http://nodejs.org](http://nodejs.org), download and install the proper version of nodejs.\n\n#### Install Cortex\n\n    # maybe you should use `sudo`\n    npm install -g cortex\n\n## Using cookie4cortex In Your Project\n\nFirst, install 'cookie4cortex' directly with `cortex install` (recommended)\n\t\n\tcortex install cookie4cortex --save\n\t\nor, you could update your package.json manually\n    \n    dependencies: {\n        'cookie4cortex': '<version-you-want>'\n    }\n    \nand install dependencies\n\t\n\tcortex install\n    \nThen, use `require` method in your module\n    \n    var cookie4cortex = require('cookie4cortex');\n    \nFinally, start cortex server\n    \n    cortex server\n    \nThen cortex will care all the rest.\n\n\n## API Documentation\n\n### cookie4cortex: constructor\n': constructor' means the `module.exports` of module 'cookie4cortex' is a constructor that we should use it with the `new` keyword\n\n\tnew cookie4cortex(options)\n\t\n#### options\n- options.name {String}\n\n\n\n### cookie4cortex.\\<method-name\\>(arguments)\nMeans this is a static method of `module.exports`\n\n#### arguments\n// arguments description here\n\n### .\\<method-name\\>(arguments)\nMean this is a method of the instance\n\n#### arguments\n// arguments description here",
  "readmeFilename": "README.md",
  "_id": "cookie@0.1.0",
  "styles": []
}