mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-13 17:57:21 +00:00
cc3971006b
grunt-contrib-jshint 0.12.0 → 1.0.0 grunt-contrib-watch 0.6.1 → 1.0.0 grunt-banana-checker 0.4.0 → 0.5.0 grunt-jscs 2.7.0 → 2.8.0 Change-Id: I52d27dd66103a7fe954117524e489fd5916305af
19 lines
393 B
JSON
19 lines
393 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": "1.0.0",
|
|
"grunt-contrib-watch": "1.0.0",
|
|
"grunt-banana-checker": "0.5.0",
|
|
"grunt-jscs": "2.8.0",
|
|
"grunt-jsonlint": "1.0.7"
|
|
}
|
|
}
|