Files
swagger-ui/package.json
Mohsen Azimi f3b856c1df Add e2e tests
2015-01-28 15:59:40 -08:00

36 lines
1.0 KiB
JSON

{
"name": "swagger-ui",
"version": "2.1.0-alpha.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": "./node_modules/coffee-script/bin/cake dist; ./node_modules/mocha/bin/mocha src/test/e2e/index.js"
},
"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.6.3",
"swagger-client": "2.1.0-alpha.5",
"handlebars": "~1.0.10",
"less": "~1.4.2"
},
"devDependencies": {
"chai": "^1.10.0",
"cors": "2.1.1",
"docco": "0.4.x",
"express": "3.x",
"http-server": "^0.7.4",
"mocha": "^2.1.0",
"selenium-webdriver": "^2.44.0"
}
}