mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-12-01 02:46:46 +00:00
5f16851fcd
Change-Id: I38be12c166512dda8bd0cb7d4d336b7c6684e77d
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.12.0",
|
|
"grunt-contrib-watch": "0.6.1",
|
|
"grunt-banana-checker": "0.4.0",
|
|
"grunt-jscs": "1.8.0",
|
|
"grunt-jsonlint": "1.0.7"
|
|
}
|
|
}
|