mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-24 07:13:27 +00:00
ab7ca69e26
Update grunt to 1.0.1 Update grunt-contrib-jshint to 1.0.0 Update grunt-banana to 0.5.0 Update grunt-jsonlint to 1.1.0 Change-Id: I30d1cad9ced9490ac51b0263b2c81da6cf52bd96
17 lines
356 B
JSON
17 lines
356 B
JSON
{
|
|
"name": "codeeditor",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Build tools for the CodeEditor extension.",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "1.0.1",
|
|
"grunt-contrib-jshint": "1.0.0",
|
|
"grunt-banana-checker": "0.5.0",
|
|
"grunt-jscs": "2.3.0",
|
|
"grunt-jsonlint": "1.1.0"
|
|
}
|
|
}
|