Skip to content
Snippets Groups Projects
This project manages its dependencies using npm. Learn more
package.json 444 B
{
  "name": "nodejs",
  "version": "0.0.0",
  "private": true,
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-connect": "^0.9.0",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-contrib-copy": "^0.7.0",
    "grunt-contrib-jshint": "^0.10.0",
    "load-grunt-tasks": "^1.0.0", 
    "grunt-coffeelint": "0.0.13"
  },
  "engines": {
    "node": ">=0.10.0",
    "npm": ">=1.3.7"
  },
  "scripts": {
    "test": "grunt test"
  }
}