summaryrefslogtreecommitdiff
path: root/extensions/Variables/package.json
blob: e87548ca357f2010f56aa7fe209d9c5bec710698 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
	"private": true,
	"scripts": {
		"test": "grunt test"
	},
	"devDependencies": {
		"grunt": "1.0.1",
		"grunt-banana-checker": "0.5.0",
		"grunt-contrib-jshint": "1.1.0",
		"grunt-jsonlint": "1.1.0"
	}
}