Add documentation and npm script for gulp

This commit is contained in:
Mohsen Azimi
2015-01-29 21:13:54 -08:00
parent 672730054f
commit c5e3aaeb27
2 changed files with 4 additions and 0 deletions

View File

@@ -4,6 +4,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": "./node_modules/gulp/bin/gulp.js;",
"serve": "./node_modules/gulp/bin/gulp.js serve;",
"test": "./node_modules/gulp/bin/gulp.js; ./node_modules/mocha/bin/mocha src/test/e2e/index.js"
},
"repository": {