24 lines
652 B
JSON
24 lines
652 B
JSON
{
|
|
"name": "twister",
|
|
"description": "A multimedia jekyll theme",
|
|
"author": "Digitalmind <info@digitalmind.ch>",
|
|
"version": "1.0.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/DigitalMindCH/twister"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "^0.4.5",
|
|
"grunt-autoprefixer": "^1.0.1",
|
|
"grunt-build-control": "^0.3.0",
|
|
"grunt-contrib-imagemin": "^0.9.2",
|
|
"grunt-contrib-jshint": "~0.10.0",
|
|
"grunt-contrib-nodeunit": "~0.4.1",
|
|
"grunt-contrib-sass": "^0.8.1",
|
|
"grunt-contrib-uglify": "^0.6.0",
|
|
"grunt-contrib-watch": "^0.6.1",
|
|
"grunt-sass": "^0.14.2",
|
|
"grunt-shell": "^1.1.1"
|
|
}
|
|
}
|