mirror of
https://github.com/ascribe/wp-theme
synced 2024-12-22 09:13:38 +01:00
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "ascribe",
|
|
"version": "0.0.1",
|
|
"description": "The best WordPress theme ever made!",
|
|
"homepage": "http://ascribe.io",
|
|
"license": "GPL-2.0-or-later",
|
|
"main": "gulpfile.js",
|
|
"scripts": {
|
|
"start": "gulp",
|
|
"build": "gulp build"
|
|
},
|
|
"author": {
|
|
"name": "Territorial",
|
|
"email": "us@territorial.ca",
|
|
"url": "http://territorial.ca"
|
|
},
|
|
"dependencies": {
|
|
"normalize-css": ">=2.3.1",
|
|
"normalize-opentype.css": ">=0.2.4",
|
|
"toc": "jgallen23/toc"
|
|
},
|
|
"devDependencies": {
|
|
"browser-sync": "^2.10.0",
|
|
"chalk": ">=1.0.0",
|
|
"gulp": ">=3.8.0",
|
|
"gulp-autoprefixer": ">=2.3.0",
|
|
"gulp-concat": ">=2.5.2",
|
|
"gulp-cssmin": ">=0.1.7",
|
|
"gulp-header": ">=1.2.2",
|
|
"gulp-if": ">=1.2.5",
|
|
"gulp-include": "^2.1.0",
|
|
"gulp-less": "^3.0.5",
|
|
"gulp-load-plugins": ">=0.10.0",
|
|
"gulp-rename": ">=1.2.2",
|
|
"gulp-uglify": ">=1.2.0",
|
|
"gulp-util": ">=3.0.6",
|
|
"qunitjs": "~1.18.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.29"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ascribe/wp-theme.git"
|
|
}
|
|
}
|