repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Pass phpcs-strict on some test files (11/11)
[mediawiki.git]
/
tests
/
frontend
/
package.json
blob
235ddbf3f00fb44db4d5896d27ce1e527dc7361d
1
{
2
"name": "mediawiki",
3
"version": "0.0.0",
4
"scripts": {
5
"test": "grunt test"
6
},
7
"devDependencies": {
8
"grunt": "0.4.2",
9
"grunt-contrib-jshint": "0.9.2",
10
"grunt-contrib-watch": "0.6.1",
11
"grunt-banana-checker": "0.1.0",
12
"grunt-jscs-checker": "0.4.1",
13
"grunt-jsonlint": "1.0.4"
14
}
15
}