summaryrefslogtreecommitdiff
blob: cc79d9a9858ad199a54778eef9aacd626763bd5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
	"name": "echo",
	"version": "0.0.1",
	"private": true,
	"description": "Build tools for Echo.",
	"scripts": {
		"test": "grunt test",
		"doc": "jsduck",
		"selenium-test": "wdio tests/selenium/wdio.conf.js",
		"selenium-daily": "npm run selenium-test"
	},
	"devDependencies": {
		"eslint-config-wikimedia": "0.8.1",
		"eslint-plugin-qunit": "3.3.1",
		"grunt": "1.0.3",
		"grunt-banana-checker": "0.6.0",
		"grunt-contrib-watch": "1.1.0",
		"grunt-eslint": "21.0.0",
		"grunt-jsonlint": "1.1.0",
		"grunt-stylelint": "0.10.1",
		"grunt-svgmin": "5.0.0",
		"stylelint": "9.2.0",
		"stylelint-config-wikimedia": "0.4.3",
		"wdio-mediawiki": "0.1.7",
		"wdio-mocha-framework": "0.5.13",
		"wdio-spec-reporter": "0.1.4",
		"webdriverio": "4.12.0"
	}
}