forked from callinmullaney/wampa
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.15 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": "wampa",
"version": "1.0.0",
"description": "Magento + Foundation + SASS + Gulp",
"repository": {
"type": "git",
"url": "git+https://github.com/callinmullaney/wampa.git"
},
"scripts": {
"start": "gulp",
"postinstall": "./node_modules/bower/bin/bower install"
},
"author": "Callin Mullaney",
"license": "MIT",
"bugs": {
"url": "https://github.com/callinmullaney/wampa/issues"
},
"homepage": "https://github.com/callinmullaney/wampa#readme",
"devDependencies": {
"babel-preset-es2015": "~6.18",
"browser-sync": "~2.13",
"file-system": "~2.2",
"gulp": "~3.9.1",
"gulp-autoprefixer": "~3.1",
"gulp-babel": "~6.1",
"gulp-clean-css": "~2.0",
"gulp-eslint": "~3.0",
"gulp-imagemin": "~3.0",
"gulp-notify": "~2.2",
"gulp-plumber": "~1.1",
"gulp-rename": "~1.2",
"gulp-sass": "~2.3",
"gulp-scss-lint": "~0.4",
"gulp-shell": "~0.5",
"gulp-size": "~2.1",
"gulp-svgmin": "~1.2",
"gulp-uglify": "~1.5",
"gulp-util": "~3.0",
"npm": "~3.10"
},
"dependencies": {
"bower": "~1.7",
"gulp-install": "~0.6"
},
"sasslintConfig": ".scss-lint.yml"
}