mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
5aefeb3f2e
* Update package.json based on Flow's * Add Gruntfile.js based on Flow's * Add .csslintrc and .jscsrc with rules to silence errors for now Change-Id: Ia8e23537d8dccbcff9ee336f667dc463590c0235
19 lines
398 B
JSON
19 lines
398 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-contrib-csslint": "0.2.0",
|
|
"grunt-contrib-jshint": "0.10.0",
|
|
"grunt-contrib-watch": "0.6.1",
|
|
"grunt-banana-checker": "0.2.0",
|
|
"grunt-jscs": "1.8.0",
|
|
"jshint": "~2.5.0"
|
|
}
|
|
}
|