mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-13 17:57:21 +00:00
eed93d18b9
Change-Id: I14701a8168e98c3a10a1269324222ebc9772e328
20 lines
432 B
JSON
20 lines
432 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-csslint": "0.4.0",
|
|
"grunt-contrib-jshint": "0.11.3",
|
|
"grunt-contrib-watch": "0.6.1",
|
|
"grunt-banana-checker": "0.4.0",
|
|
"grunt-jscs": "1.8.0",
|
|
"grunt-jsonlint": "1.0.6"
|
|
}
|
|
}
|