e6955cea89
Change-Id: I800fcd094fa153a3e976a52b9ceefb75a1dded65
24 lines
590 B
JSON
24 lines
590 B
JSON
{
|
|
"name": "compass-web",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"coffee-script": "^1.8.0",
|
|
"grunt": "^0.4.5",
|
|
"grunt-coffeelint": "0.0.13",
|
|
"grunt-contrib-clean": "^0.6.0",
|
|
"grunt-contrib-coffee": "^0.12.0",
|
|
"grunt-contrib-copy": "^0.7.0",
|
|
"grunt-contrib-cssmin": "^0.12.1",
|
|
"grunt-contrib-htmlmin": "^0.4.0",
|
|
"grunt-contrib-requirejs": "^0.4.4",
|
|
"grunt-contrib-watch": "^0.6.1"
|
|
}
|
|
}
|