-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.13 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
{
"name": "Ryan-Altvater",
"version": "0.0.0",
"description": "A static project created by Liquid, a Yeoman generator.",
"homepage": "https://github.com/ryanaltvater/generator-liquid",
"issues": "https://github.com/ryanaltvater/generator-liquid/issues",
"repository": {
"type": "git",
"url": "git@github.com:ryanaltvater/generator-liquid.git"
},
"author": {
"name": "Ryan Altvater",
"email": "ryan@ryanaltvater.com",
"url": "http://ryanaltvater.com"
},
"devDependencies": {
"bower": "^1.6.5",
"bower-installer": "^1.2.0",
"browser-sync": "^2.9.11",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-changed": "^1.3.0",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-file-include": "^0.13.7",
"gulp-group-css-media-queries": "^1.1.0",
"gulp-header": "^1.7.1",
"gulp-iconfont": "^1.0.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.1.0",
"gulp-uglify": "^1.4.2",
"run-sequence": "^1.1.4"
},
"scripts": {
"postinstall": "node_modules/.bin/bower-installer"
},
"license": "MIT"
}