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
Swap and for &&
[mediawiki.git]
/
tests
/
frontend
/
package.json
blob
791336322acc67f224cdca2f57fc36e976c532b5
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.2.0",
12
"grunt-jscs": "0.6.1",
13
"grunt-jsonlint": "1.0.4"
14
}
15
}