-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json.bak
37 lines (37 loc) · 916 Bytes
/
package.json.bak
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
{
"name": "gromf",
"version": "0.0.2",
"description": "Wordpress starter theme, based on Roots",
"main": "gulpfile.js",
"devDependencies": {
"gulp": "^3.8.7",
"gulp-autoprefixer": "*",
"gulp-concat": "*",
"gulp-imagemin": "*",
"gulp-jshint": "*",
"gulp-livereload": "*",
"gulp-minify-css": "*",
"gulp-plumber": "^0.6.6",
"gulp-rename": "*",
"gulp-ruby-sass": "^0.7.1",
"gulp-sass": "*",
"gulp-size": "*",
"gulp-svgmin": "*",
"gulp-uglify": "*",
"gulp-util": "*",
"jshint-stylish": "*"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/schikulski/gromf.git"
},
"author": "Simen Schikulski",
"license": "ISC",
"bugs": {
"url": "https://github.com/schikulski/gromf/issues"
},
"homepage": "https://github.com/schikulski/gromf"
}