-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
77 lines (77 loc) · 1.94 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
69
70
71
72
73
74
75
76
77
{
"name": "yellowlabtools-server",
"version": "1.1.0",
"description": "The web server of YellowLabTools, and online tool that audits a webpage for performance and front-end quality issues",
"license": "GPL-2.0",
"author": {
"name": "Gaël Métais",
"email": "[email protected]",
"url": "https://www.gaelmetais.com"
},
"repository": {
"type": "git",
"url": "git://github.com/YellowLabTools/YellowLabTools-server.git"
},
"bin": {
"server": "./bin/server.js"
},
"engines": {
"node": ">= 18.0"
},
"dependencies": {
"angular": "1.7.7",
"angular-animate": "1.7.7",
"angular-chart.js": "1.1.1",
"angular-local-storage": "0.7.1",
"angular-resource": "1.7.7",
"angular-route": "1.7.7",
"angular-sanitize": "1.7.7",
"aws-sdk": "2.1413.0",
"body-parser": "1.18.3",
"chart.js": "2.7.3",
"compression": "1.7.3",
"cors": "2.8.5",
"debug": "4.3.4",
"ejs": "2.6.1",
"express": "4.16.4",
"q": "1.5.1",
"rimraf": "2.6.3",
"temporary": "0.0.8",
"yellowlabtools": "3.0.1"
},
"devDependencies": {
"chai": "~4.2.0",
"grunt": "~1.0.4",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-cssmin": "~3.0.0",
"grunt-contrib-htmlmin": "~3.0.0",
"grunt-contrib-jshint": "~2.0.0",
"grunt-contrib-less": "~2.0.0",
"grunt-contrib-uglify": "~4.0.0",
"grunt-contrib-watch": "~1.1.0",
"grunt-env": "~0.4.4",
"grunt-filerev": "~2.3.1",
"grunt-inline-angular-templates": "^0.1.5",
"grunt-mocha-test": "~0.13.3",
"grunt-parallel": "~0.5.1",
"grunt-usemin": "~3.1.1",
"matchdep": "~2.0.0",
"mocha": "~5.2.0",
"sinon": "~7.2.3",
"sinon-chai": "~3.3.0"
},
"scripts": {
"test": "todo",
"build": "grunt build"
},
"keywords": [
"performance",
"metrics",
"webperf",
"pagespeed",
"budget",
"phantomas"
]
}