mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 01:10:07 +00:00
2c71920c5c
Change-Id: I3c0d0c353a75bcc9da5dd3706d6c5dc6d34570fd
21 lines
455 B
JSON
21 lines
455 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.2",
|
|
"grunt-contrib-watch": "0.6.1",
|
|
"grunt-banana-checker": "0.2.2",
|
|
"grunt-jscs": "1.8.0",
|
|
"jshint": "2.8.0",
|
|
"grunt-jsonlint": "1.0.4"
|
|
}
|
|
}
|