jimdo-templateflow
Version:
jimdo template grunt workflow
49 lines (48 loc) • 1.14 kB
JSON
{
"name": "jimdo-templateflow",
"version": "1.1.0",
"description": "jimdo template grunt workflow ",
"keywords": [
"jimdo",
"grunt",
"template",
"flow"
],
"main": "index.js",
"scripts": {
"test": "jasmine"
},
"author": "Jimdo GmbH <template-design@jimdo.com>",
"engines": {
"node": ">= 4.x"
},
"license": "MIT",
"dependencies": {
"grunt": "^0.4.5",
"grunt-autoprefixer": "^3.0.4",
"grunt-bump": "^0.6.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-connect": "^1.0.1",
"grunt-contrib-csslint": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-lintspaces": "^0.7.4",
"grunt-replace": "^1.0.1",
"grunt-sass": "^1.1.0",
"grunt-template-publisher": "github:jimdo/grunt-template-publisher",
"load-grunt-tasks": "^3.5.0",
"merge": "^1.2.0",
"serve-static": "^1.10.2",
"yamljs": "^0.2.7"
},
"devDependencies": {
"proxyquire": "^1.7.4"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Jimdo/templateflow.git"
}
}