summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/PageForms/package.json
blob: 0a2f648c8b49934893c26e9eb621acf2506c620b (plain)
1
2
3
4
5
6
7
8
9
10
11
{
	"scripts": {
		"test": "grunt test"
	},
	"devDependencies": {
		"grunt": "1.0.3",
		"grunt-banana-checker": "0.5.0",
		"grunt-contrib-jshint": "1.0.0",
		"grunt-jsonlint": "1.1.0"
	}
}