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
TitleTest: fix minor todo about test naming
[mediawiki.git]
/
tests
/
frontend
/
package.json
blob
386f4880a74c018a7c91529fe67e720eecbfbd11
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.10.0",
10
"grunt-contrib-watch": "0.6.1",
11
"grunt-banana-checker": "0.1.0",
12
"grunt-jscs": "0.6.1",
13
"grunt-jsonlint": "1.0.4"
14
}
15
}