{
  "name": "mytest",
  "version": "0.0.0",
  "description": "A simple text node.js module",
  "keywords": [
    "node",
    "js"
  ],
  "bugs": "https://github.com/carlosypunto/temp/issues",
  "author": {
    "name": "Carlos García",
    "email": "carlosypunto@hotmail.com",
    "url": "https://github.com/carlosypunto"
  },
  "homepage": "https://github.com/carlosypunto/temp",
  "repository": {
    "type": "git",
    "url": "git://github.com/carlosypunto/temp.git"
  },
  "main": "server/index.js",
  "dependencies": {},
  "devDependencies": {
    "grunt": "~0.4.1",
    "grunt-node-inspector": "~0.1.1",
    "grunt-nodemon": "~0.1.1",
    "grunt-concurrent": "~0.4.1",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-open": "~0.2.2",
    "grunt-wait": "~0.1.0"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com//mytest"
  },
  "engines": {
    "node": ">=0.8.0",
    "npm": ">=1.2.10"
  },
  "licenses": [
    {
      "type": "MIT"
    }
  ]
}
