mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-15 03:23:45 +00:00
c71fb0bdda
Change-Id: I8b11109e8df32b61f017847a81ea34625592f475
16 lines
319 B
JSON
16 lines
319 B
JSON
{
|
|
"name": "codeeditor",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Build tools for the CodeEditor extension.",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "0.4.5",
|
|
"grunt-cli": "0.1.13",
|
|
"grunt-banana-checker": "0.2.2",
|
|
"grunt-jsonlint": "1.0.4"
|
|
}
|
|
}
|