forked from uxmoon/automate-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.48 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
{
"name": "automate",
"version": "1.0.0",
"description": "Automate your workflow based on Zell Liew book",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:uxmoon/automate-workflow.git"
},
"keywords": [],
"author": "Martin Luna",
"license": "ISC",
"homepage": "https://github.com/uxmoon/automate-workflow",
"devDependencies": {
"browser-sync": "^2.17.5",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-cache": "^0.4.5",
"gulp-cached": "^1.1.0",
"gulp-cssnano": "^2.1.2",
"gulp-data": "^1.2.1",
"gulp-debug": "^2.1.2",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.3",
"gulp-jscs": "^4.0.0",
"gulp-jshint": "^2.0.1",
"gulp-load-plugins": "^1.3.0",
"gulp-newer": "^1.3.0",
"gulp-notify": "^2.2.0",
"gulp-nunjucks-render": "^2.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rev": "^7.1.2",
"gulp-rev-replace": "^0.4.3",
"gulp-sass": "^2.3.2",
"gulp-scss-lint": "^0.4.0",
"gulp-sourcemaps": "^2.1.1",
"gulp-uglify": "^2.0.0",
"gulp-uncss": "^1.0.6",
"gulp-useref": "^3.1.2",
"gulp-util": "^3.0.7",
"gulp.spritesmith": "^6.2.1",
"jasmine-core": "^2.5.2",
"jshint": "^2.9.3",
"jshint-stylish": "^2.2.1",
"karma": "^1.3.0",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"require-dir": "^0.3.1",
"rsyncwrapper": "^2.0.1",
"run-sequence": "^1.2.2",
"vinyl-ftp": "^0.5.0"
}
}