mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
7e0a51b37f
This is no longer needed and useless since we switched all css files to less. Change-Id: I6c0ea55c236be94f3b612de2470585616d831dd8
19 lines
394 B
JSON
19 lines
394 B
JSON
{
|
|
"name": "echo",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"description": "Build tools for Echo.",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "0.4.5",
|
|
"grunt-cli": "0.1.13",
|
|
"grunt-contrib-jshint": "0.12.0",
|
|
"grunt-contrib-watch": "0.6.1",
|
|
"grunt-banana-checker": "0.4.0",
|
|
"grunt-jscs": "1.8.0",
|
|
"grunt-jsonlint": "1.0.7"
|
|
}
|
|
}
|