-
Notifications
You must be signed in to change notification settings - Fork 80
/
package.json
67 lines (67 loc) · 1.76 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
{
"name": "perf-tooling",
"version": "1.0.0",
"description": "List of performance related tools",
"repository": {
"type": "git",
"url": "https://github.com/stefanjudis/perf-tooling.git"
},
"keywords": [
"performance"
],
"engines": {
"node": "7.3.x"
},
"author": "stefan judis <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/stefanjudis/perf-tooling/issues"
},
"scripts": {
"thanks": "credits . --reporter markdown > THANKS.md",
"test": "gulp test",
"gulp": "gulp",
"dev": "gulp dev",
"server": "nodemon --watch templates/ --watch public --watch app.js --ext tpl,css,js app.js"
},
"homepage": "http://perf-tooling.today",
"dependencies": {
"async": "^2.1.4",
"compression": "^1.6.2",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"html-minifier": "^3.2.3",
"lodash": "^4.17.19",
"merge-stream": "^1.0.1",
"nodemon": "^1.11.0",
"request": "^2.79.0",
"twit": "^2.2.5",
"vimeo-api": "^1.1.5",
"youtube-api": "^2.0.4"
},
"devDependencies": {
"credits-cli": "^3.1.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^2.3.2",
"gulp-concat": "^2.6.1",
"gulp-csslint": "^1.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.1.1",
"gulp-jshint": "^2.0.4",
"gulp-json-editor": "^2.2.1",
"gulp-jsonlint": "^1.1.2",
"gulp-merge-media-queries": "^0.2.1",
"gulp-postcss": "^6.2.0",
"gulp-rev": "^7.1.2",
"gulp-svgstore": "^6.1.0",
"gulp-task-listing": "^1.0.1",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"gulp-webp": "^2.3.0",
"imagemin-pngquant": "^5.0.0",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"postcss-cssnext": "^2.9.0",
"postcss-import": "^9.0.0"
}
}