summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/CSS/package.json
blob: 18215c24efb7d195e74f313839dabc8162fb2ef5 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
	"private": true,
	"scripts": {
		"test": "grunt test"
	},
	"devDependencies": {
		"grunt": "1.0.4",
		"grunt-banana-checker": "0.4.0",
		"grunt-jsonlint": "1.0.7"
	}
}