forked from sumocoders/Framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.14 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
{
"name": "framework",
"keywords": [],
"version": "1.0.0",
"description": "This is the SumoCoders Symfony Framework.",
"repository": {
"type": "git",
"url": "git://github.com/sumocoders/Framework.git"
},
"bugs": {
"url": "https://github.com/sumocoders/Framework/issues"
},
"homepage": "https://github.com/sumocoders/Framework",
"author": "Tijs Verkoyen",
"contributors": [
"Mathias Helin",
"Katrien Vanhaute"
],
"license": "MIT",
"dependencies": {},
"devDependencies": {
"bootstrap-sass": "^3.3.7",
"font-awesome": "^4.7.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-coffee": "^2.3.3",
"gulp-concat": "^2.6.1",
"gulp-consolidate": "^0.2.0",
"gulp-fontgen": "^0.2.5",
"gulp-iconfont": "^6.0.0",
"gulp-iconfont-css": "^2.1.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^2.4",
"gulp-livereload": "^3.8.1",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sequence": "^0.4.6",
"gulp-shell": "^0.5.2",
"gulp-uglify": "^1.5",
"select2-bootstrap-css": "^1.4.6"
},
"engines": {
"node": "^7.*"
}
}