mediawiki-extensions-CodeEd.../package.json
Paladox ab7ca69e26 Update some packages
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
2016-08-10 18:47:26 +01:00

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"
}
}