forked from mirabeau-nl/frontend-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.9 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
{
"name": "frontend-bootstrap",
"description": "An opinionated blueprint environment to quick start new front-end codebases",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/mirabeau-nl/frontend-bootstrap.git"
},
"scripts": {
"postinstall": "node node_modules/gulp/bin/gulp.js githooks",
"start": "node node_modules/gulp/bin/gulp.js dev",
"test": "node node_modules/gulp/bin/gulp.js test"
},
"contributors": [
"Bran van der Meer <[email protected]> (http://bran.name/)",
"Rik Schennink <[email protected]> (http://rikschennink.nl/)",
"Niek Bosch <[email protected]> (http://www.mirabeau.nl/)",
"Eric Weerstra <[email protected]> (http://www.mirabeau.nl/)",
"Arno Wolkers <[email protected]> (http://www.mirabeau.nl/)",
"Leendert Ullersma <[email protected]> (http://www.mirabeau.nl/)",
"Christiaan Stegeman <[email protected]> (http://www.mirabeau.nl/)",
"Sybren Wartna <[email protected]> (http://wheressyb.nl/)"
],
"readmeFilename": "readme.md",
"license": "BSD-3-Clause",
"devDependencies": {
"autoprefixer": "^6.0.3",
"babel-eslint": "^4.1.3",
"browser-sync": "^2.9.6",
"del": "^2.0.2",
"dotenv": "^1.2.0",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"gulp-changed": "^1.3.0",
"gulp-eslint": "^1.0.0",
"gulp-filter": "^3.0.1",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.3.0",
"gulp-minify-css": "^1.2.1",
"gulp-postcss": "^6.0.0",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.5.2",
"gulp-swig": "^0.7.4",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.5",
"gulp-zip": "^3.0.2",
"sassdoc": "^2.1.15",
"vinyl-ftp": "^0.4.5"
}
}