mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-25 00:05:29 +00:00
e2eee93c4d
* grunt-contrib-csslint: 0.2.0 → 0.4.0 * grunt-contrib-jshint: 0.10.0 → 0.11.2 * grunt-banana-checker: 0.2.0 → 0.2.2 * jshint: ~2.5.0 → 2.8.0 Change-Id: Ibb94cf3d1d4cc71d9342165fd9b6c4ad18d58f07
20 lines
424 B
JSON
20 lines
424 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"
|
|
}
|
|
}
|