2015-06-20 05:09:03 +00:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2016-11-08 15:59:22 +00:00
|
|
|
"test": "grunt lint",
|
2015-08-03 10:21:44 +00:00
|
|
|
"doc": "jsduck"
|
2015-06-20 05:09:03 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-12-16 11:11:54 +00:00
|
|
|
"eslint-config-wikimedia": "0.3.0",
|
|
|
|
"grunt": "1.0.1",
|
|
|
|
"grunt-banana-checker": "0.5.0",
|
|
|
|
"grunt-cli": "^1.2.0",
|
2016-11-08 15:59:22 +00:00
|
|
|
"grunt-contrib-qunit": "^1.2.0",
|
|
|
|
"grunt-contrib-watch": "^1.0.0",
|
2016-12-16 11:11:54 +00:00
|
|
|
"grunt-eslint": "19.0.0",
|
|
|
|
"grunt-jsonlint": "1.1.0",
|
|
|
|
"grunt-stylelint": "^0.6.0",
|
|
|
|
"stylelint-config-wikimedia": "0.3.0"
|
2015-06-20 05:09:03 +00:00
|
|
|
}
|
|
|
|
}
|