-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.63 KB
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
52
53
54
55
56
57
58
{
"name": "Static-starter",
"version": "1.0.0",
"description": "Deposit containing a base for development of static website (frontend). It uses Slim, Sass and CoffeeScript technologies driven by Gulp.",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "L&R Agence web",
"license": "MIT",
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"browser-sync": "^2.11.1",
"coffee-script": "^1.8.0",
"del": "^2.1.0",
"font-awesome": "^4.5.0",
"gulp": "^3.8.11",
"gulp-add-src": "^0.2.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.1",
"gulp-coffee": "^2.3.1",
"gulp-coffeeify": "^0.1.2",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.2.0",
"gulp-connect-php": "0.0.7",
"gulp-cssnano": "^2.1.0",
"gulp-file-include": "^0.13.7",
"gulp-image-resize": "^0.7.1",
"gulp-imagemin": "^2.1.0",
"gulp-include": "^2.0.3",
"gulp-load-plugins": "^1.2.0",
"gulp-plumber": "^1.0.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.2.0",
"gulp-size": "^2.1.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"gulp-wait": "0.0.2",
"gulp-watch": "^4.3.5",
"gulp.spritesmith": "^6.2.0",
"install": "^0.6.0",
"napa": "^2.3.0",
"npm": "^3.3.12",
"path": "^0.12.7",
"require-dir": "^0.3.0"
},
"dependencies": {
"autosize": "^3.0.15",
"foundation-sites": "^6.2.1",
"jquery": "^2.2.1",
"jquery-placeholder": "^2.3.1",
"vegas": "^2.2.0"
},
"scripts": {
"install": "napa joshmedeski/foundation-font-awesome-buttons"
}
}