forked from axemclion/perfjankie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.73 KB
/
package.json
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "perfjankie",
"version": "2.1.2",
"dbVersion": "0.4.0",
"description": "Browser Performance regression suite",
"main": "lib/index.js",
"scripts": {
"test": "bower install && grunt test",
"prepublish": "grunt clean dist"
},
"bin": {
"perfjankie": "lib/cli.js",
"perfjankie-dbmigrate": "migrations/cli.js"
},
"author": "Parashuram <[email protected]>",
"license": "BSD-2-Clause",
"dependencies": {
"browser-perf": "~1.4.0",
"commander": "~2.8.1",
"glob": "~5.0.14",
"nano": "~6.1.5",
"q": "~1.4.1",
"sauce-tunnel": "^2.2.3",
"semver": "^5.0.1",
"serve-static": "^1.10.0"
},
"devDependencies": {
"bunyan": "~1.5.1",
"bower": "^1.7.9",
"chai": "~3.2.0",
"chai-as-promised": "^5.1.0",
"chromedriver": "^2.21.2",
"dtrace-provider": "^0.6.0",
"grunt": "~0.4.5",
"grunt-autoprefixer": "^3.0.3",
"grunt-connect-proxy": "^0.2.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "~0.11.2",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-htmlmin": "^0.4.0",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-mocha-test": "~0.12.7",
"grunt-processhtml": "^0.3.8",
"load-grunt-tasks": "~3.2.0",
"mocha": "~2.2.5",
"selenium-server": "^2.53.0",
"sinon": "~1.15.4"
},
"keywords": [
"browser-perf",
"telemetry",
"gruntplugin"
],
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git://github.com/axemclion/perfjankie.git"
},
"bugs": {
"url": "https://github.com/axemclion/perfjankie/issues"
}
}