spectacle/package.json
Kam 56f460e959 Replace compass dependency with libsass fix #9 and fix #3
Fix #8 and fix #4 definitions not parsing
Update foundation to v6.2.4 fix #1
2016-11-20 21:45:52 +01:00

58 lines
1.5 KiB
JSON

{
"name": "spectacle-docs",
"version": "0.4.2",
"description": "Generate beautiful static API documentation from OpenAPI/Swagger 2.0 specifications",
"preferGlobal": true,
"bin": {
"spectacle": "bin/spectacle-cli.js"
},
"scripts": {
"build": "spectacle test/fixtures/petstore.json",
"develop": "spectacle -d test/fixtures/petstore.json",
"server": "spectacle -s"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sourcey/spectacle.git"
},
"keywords": [
"openapi",
"swagger",
"docs",
"documentation",
"builder",
"generator"
],
"author": "Kam Low <auscaster@gmail.com> (http://sourcey.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/sourcey/spectacle/issues"
},
"homepage": "https://sourcey.com/spectacle",
"dependencies": {
"cheerio": "^0.19.0",
"clarify": "^1.0.5",
"commander": "*",
"grunt": "^0.4.5",
"grunt-compile-handlebars": "^2.0.0",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-handlebars": "^0.11.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-sass": "^1.2.1",
"handlebars": "^4.0.5",
"highlight.js": "^9.1.0",
"json-stable-stringify": "^1.0.1",
"lodash": "^4.2.1",
"marked": "^0.3.5",
"trace": "^1.1.0"
},
"devDependencies": {
"grunt-contrib-copy": "^0.8.2"
}
}