-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 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
47
48
49
{
"name": "FireFront",
"version": "1.1.1",
"description": "Modern front-end boilerplate using many cool features and technologies to aid in the development",
"main": "gulpfile.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeShareEducation/firefront-boilerplate"
},
"keywords": [
"css",
"front-end",
"gulp",
"html",
"jade",
"javascript",
"jeet",
"js",
"kouto-swiss",
"nodejs",
"prefixer",
"rupture",
"stylus"
],
"author": "Wendell Adriel <[email protected]> (http://wendelladriel.github.io)",
"license": "MIT",
"devDependencies": {
"autoprefixer-stylus": "^0.9.1",
"browser-sync": "^2.11.1",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-imagemin": "^2.4.0",
"gulp-jade": "^1.1.0",
"gulp-jshint": "^2.0.0",
"gulp-plumber": "^1.0.1",
"gulp-stylus": "^2.3.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"jeet": "^6.1.2",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"kouto-swiss": "^0.11.14",
"rupture": "^0.6.1"
}
}