23 lines
481 B
JSON
23 lines
481 B
JSON
|
{
|
||
|
"name": "vagrant",
|
||
|
"version": "0.0.0",
|
||
|
"private": true,
|
||
|
"devDependencies": {
|
||
|
"grunt": "^0.4.5",
|
||
|
"grunt-contrib-sass": "^0.8.0",
|
||
|
"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"
|
||
|
}
|
||
|
}
|