generator-teka
Version:
A Yeoman Generator to create a brand new teka theme.
43 lines (42 loc) • 1.07 kB
JSON
{
"name": "<%= projectSlug %>",
"version": "0.0.1",
"description": "<%= projectName %> Theme generated via Teka sub-theme generator",
"main": "app/index.js",
"files": [
"generators"
],
"engines": {
"node": "^0.10.25",
"npm": "^1.4.21"
},
"dependencies": {
"gulp": "^3.8.11",
"browser-sync": "^2.7.10",
"gulp.spritesmith": "^3.7.0",
"gulp-concat": "^2.5.2",
"gulp-jshint": "^1.11.0",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.1.1",
"gulp-plumber": "^1.0.1",
"gulp-sass": "^2.0.1",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"jshint-stylish": "^2.0.0",
"node-bourbon": "^4.2.2",
"node-neat": "^1.7.1-beta1",
"watch": "^0.16.0"
},
"scripts": {
"test": "gulp",
"postinstall": "npm install browser-sync --save && find node_modules/ -name '*.info' -type f -delete"
},
"repository": {
"type": "git",
"url": "https://github.com/mmdadigital/teka.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mmdadigital/teka/issues"
}
}