From baab722d6464eca0b468a285ff849ac64a47bb45 Mon Sep 17 00:00:00 2001 From: Filirom1 Date: Wed, 23 Jan 2013 17:20:34 +0100 Subject: [PATCH] simplify build --- package.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 00000000..2264e90b --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "swagger-ui", + "version": "0.1.7", + "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", + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://github.com/wordnik/swagger-ui.git" + }, + "author": { + "name": "Tony Tam", + "email": "fehguy@gmail.com", + "url": "http://developer.wordnik.com" + }, + "license": "Apache", + "readmeFilename": "README.md", + "dependencies": { + "coffee-script": "~1.4.0", + "handlebars": "~1.0.8" + } +}