19 lines
499 B
JSON
19 lines
499 B
JSON
{
|
|
"name": "meshviewer",
|
|
"scripts": {
|
|
"test": "node -e \"require('grunt').cli()\" '' clean lint"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "^0.4.5",
|
|
"grunt-check-dependencies": "^0.6.0",
|
|
"grunt-contrib-clean": "^0.6.0",
|
|
"grunt-contrib-connect": "^0.8.0",
|
|
"grunt-contrib-copy": "^0.5.0",
|
|
"grunt-contrib-cssmin": "^0.12.2",
|
|
"grunt-contrib-requirejs": "^0.4.4",
|
|
"grunt-contrib-uglify": "^0.5.1",
|
|
"grunt-contrib-watch": "^0.6.1",
|
|
"grunt-eslint": "^1.1.0"
|
|
}
|
|
}
|