-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.23 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
{
"name": "KrazyMeals",
"version": "0.0.1",
"description": "Application description goes here",
"licenses": "enter your license type here",
"repository": "your repository url goes here",
"devDependencies": {
"bower": "~1.4.1",
"browser-sync": "~1.9.1",
"chalk": "~0.5.1",
"del": "~1.1.1",
"gulp": "~3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-changed": "^0.4.1",
"gulp-concat": "~2.4.3",
"gulp-file-include": "~0.8.0",
"gulp-filter": "^2.0.2",
"gulp-if": "~1.2.5",
"gulp-ignore": "^1.2.0",
"gulp-imagemin": "^0.6.2",
"gulp-jshint": "^1.8.4",
"gulp-load-plugins": "^0.8.1",
"gulp-minify-css": "^0.3.7",
"gulp-minify-html": "^0.1.4",
"gulp-rename": "^1.2.0",
"gulp-sass": "~2.1.1",
"gulp-size": "^1.0.0",
"gulp-sourcemaps": "^1.5.0",
"gulp-task-listing": "*",
"gulp-uglify": "^0.3.1",
"gulp-webserver": "^0.6.0",
"gulp-zip": "^0.3.4",
"jshint-stylish": "~1.0.0",
"main-bower-files": "~2.5.0",
"open": "~0.0.5",
"portscanner": "^1.0.0",
"require-dir": "0.3.0",
"run-sequence": "~1.0.2",
"underscore": "~1.8.3",
"underscore.string": "3.0.3"
},
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
}
}