forked from Marco-G/bg-mobile-first
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
29 lines (29 loc) · 921 Bytes
/
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
{
"name": "bg-mobile-first-jp-sass",
"version": "1.0.0",
"description": "Starter theme for the Genesis Framework based on a mobile-first apporach, Sassified for developers",
"author": "Jesse Petersen",
"homepage": "http://www.petersenmediagroup.com",
"bugs": "https://github.com/pmgllc/bg-mobile-first-jp-sass/issues",
"repository" : {
"type": "git",
"url": "[email protected]:pmgllc/bg-mobile-first-jp-sass.git"
},
"licenses": [
{
"type": "GPL-3.0+",
"url": "http://www.gnu.org/licenses/gpl-3.0.txt"
}
],
"devDependencies": {
"grunt" : "latest",
"grunt-contrib-clean" : "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch" : "latest",
"grunt-contrib-sass" : "latest",
"grunt-contrib-cssmin": "latest",
"load-grunt-tasks" : "latest",
"grunt-autoprefixer" : "latest",
"grunt-wp-i18n" : "latest"
}
}