-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
42 lines (42 loc) · 995 Bytes
/
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
{
"name": "devbridge-perf-tool",
"version": "0.1.39",
"description": "Tool to test your web pages performance.",
"author": "Gediminas Stanaitis <[email protected]>",
"contributors": [
"Julius Senkus <[email protected]>"
],
"main": "gulpfile.js",
"homepage": "https://www.devbridge.com/",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/devbridge/Performance.git"
},
"private": false,
"keywords": [
"tool",
"performance",
"test performance",
"web page",
"web performance",
"automated testing",
"front-end checklist",
"devbridge"
],
"dependencies": {
"gulp": "^3.9.0",
"grunt": "~0.4.5",
"xmlhttprequest": "~1.7.0",
"w3cjs": "~0.3.0",
"grunt-devperf": "~0.2.13",
"grunt-then": "~1.0.0"
},
"devDependencies": {
"gulp-autoprefixer": "^2.3.1",
"gulp-sass": "^2.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}