forked from UweGerdes/frontend-development
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.81 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
{
"name": "frontend-development",
"description": "Gulp and other packages for frontend development and testing",
"version": "1.12.1",
"keywords": [
"gulp",
"frontend",
"development",
"livereload",
"test"
],
"license": "MIT",
"author": {
"name": "Uwe Gerdes",
"email": "[email protected]"
},
"engines": {
"node": ">=4.5.0"
},
"devDependencies": {
"body-parser": "^1.17.2",
"dateformat": "^3.0.3",
"del": "^3.0.0",
"ejs": "^2.5.7",
"eval": "^0.1.2",
"express": "^4.15.3",
"fs-tools": "^0.3.0",
"glob": "^7.1.2",
"gulp-autoprefixer": "^5.0.0",
"gulp-changed": "^3.1.0",
"gulp-develop-server": "^0.5.2",
"gulp-iconfont": "^9.0.0",
"gulp-iconfont-css": "^2.1.0",
"gulp-iconfont-template": "0.0.3",
"gulp-ignore": "^2.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-jshint": "^2.0.4",
"gulp-less": "^3.5.0",
"gulp-less-changed": "^1.2.1",
"gulp-lesshint": "^5.0.0",
"gulp-livereload": "^3.8.1",
"gulp-notify": "^3.0.0",
"gulp-phplint": "^0.5.1",
"gulp-postmortem": "^1.0.5",
"gulp-shell": "^0.6.3",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"imagemin": "^5.3.1",
"jshint": "^2.9.5",
"morgan": "^1.8.2",
"rename": "^1.0.4",
"run-sequence": "^2.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/uwegerdes/frontend-development"
},
"scripts": {
"start": "gulp",
"compare-layouts": "cd tests/compare-layouts && gulp",
"responsive-check": "cd tests/responsive-check && gulp",
"test-forms": "cd tests/test-forms && gulp",
"test": "cd tests/compare-layouts && gulp compare-layouts-default && cd ../responsive-check && gulp responsive-check-default && cd ../test-forms && gulp test-forms-tests && gulp test-forms-login"
}
}