node local dependencies
package.json
0 → 100644
{ | ||
"name": "software-construction-and-evolution", | ||
"version": "0.0.1", | ||
"private": true, | ||
"devDependencies": { | ||
"grunt": "^1.0.0", | ||
"grunt-contrib-connect": "^1.0.2", | ||
"grunt-contrib-watch": "^1.0.0", | ||
"grunt-contrib-copy": "^1.0.0", | ||
"grunt-contrib-jshint": "^1.1.0", | ||
"load-grunt-tasks": "^3.5.2", | ||
"grunt-build-control": "^0.7.1", | ||
"grunt-coffeelint": "0.0.16", | ||
"coffeelint": "^1.16.0" | ||
}, | ||
"engines": { | ||
"node": ">=4" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:sunye/software-construction.git" | ||
}, | ||
"scripts": { | ||
"test": "grunt test" | ||
} | ||
} |
Please register or sign in to comment