added swagger-client as dependency, renamed from to to avoid collisions

This commit is contained in:
Tony Tam
2013-02-08 11:54:57 -08:00
parent e318616cd1
commit b6d60786c1
8 changed files with 17 additions and 776 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "swagger-ui",
"version": "0.1.9",
"version": "0.1.10",
"description": "Swagger UI is a dependency-free collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API",
"scripts": {
"build": "PATH=$PATH:./node_modules/.bin cake dist",
@@ -19,6 +19,7 @@
"readmeFilename": "README.md",
"dependencies": {
"coffee-script": "~1.4.0",
"swagger-client": "1.0.x",
"handlebars": "~1.0.8"
}
}