wiki.techinc.nl/package.json
James D. Forrester 6a9bbcdca8 build: Upgrade grunt-banana-checker to v0.3.0
Disable disallowBlankTranslations, disallowDuplicateTranslations and
disallowUnusedTranslations for now as they fail so much.

Change-Id: I52e1555335a6e64b1e9db541ba726cf6ce8c7dd0
2015-09-07 16:42:21 -07:00

25 lines
614 B
JSON

{
"name": "mediawiki",
"version": "0.0.0",
"scripts": {
"test": "grunt test",
"doc": "jsduck",
"postdoc": "grunt copy:jsduck"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-banana-checker": "0.3.0",
"grunt-contrib-copy": "0.8.0",
"grunt-contrib-jshint": "0.11.3",
"grunt-contrib-watch": "0.6.1",
"grunt-jscs": "2.1.0",
"grunt-jsonlint": "1.0.4",
"grunt-karma": "0.11.0",
"karma": "0.12.36",
"karma-chrome-launcher": "0.1.12",
"karma-firefox-launcher": "0.1.6",
"karma-qunit": "0.1.4",
"qunitjs": "1.18.0"
}
}