mirror of https://github.com/docker/docs.git
21 lines
494 B
JSON
21 lines
494 B
JSON
{
|
|
"name": "zurb-client-template",
|
|
"version": "1.0.0",
|
|
"devDependencies": {
|
|
"grunt": "~0.4.5",
|
|
"grunt-contrib-watch": "~0.5.3",
|
|
"grunt-sass": "~0.17.0",
|
|
"assemble": "~0.4.37",
|
|
"grunt-newer": "~0.7.0",
|
|
"grunt-contrib-clean": "~0.5.0",
|
|
"grunt-contrib-copy": "~0.5.0",
|
|
"grunt-contrib-uglify": "~0.2.7"
|
|
},
|
|
"dependencies": {
|
|
"highlight.js": "~7.5.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/zurb/client-template.git"
|
|
}
|
|
} |