forked from sumocoders/Framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.1 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
{
"name": "framework",
"version": "0.0.1",
"description": "This is the SumoCoders Symfony Framework.",
"repository": {
"type": "git",
"url": "git://github.com/sumocoders/Framework.git"
},
"author": "Tijs Verkoyen",
"license": "MIT",
"bugs": {
"url": "https://github.com/sumocoders/Framework/issues"
},
"homepage": "https://github.com/sumocoders/Framework",
"devDependencies": {
"bower": "^1.7.9",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-coffee": "^2.3.2",
"gulp-concat": "^2.6.0",
"gulp-consolidate": "^0.2.0",
"gulp-file": "^0.2.0",
"gulp-fontgen": "^0.1.6",
"gulp-iconfont": "^6.0.0",
"gulp-iconfont-css": "2.1.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-livereload": "^3.8.1",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-sequence": "^0.4.4",
"gulp-shell": "^0.5.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"gulp-util": "^3.0.7",
"lodash": "^4.11.1",
"through2": "^2.0.1"
},
"engines": {
"node": ">=0.12.0"
}
}