소스 검색

Cleanup package.json

swagger-client@2.1.0-M2.alpha2 need to get published for this
bubble
Mohsen Azimi 9 년 전
부모
커밋
0cf041d2de
1개의 변경된 파일8개의 추가작업 그리고 11개의 파일을 삭제
  1. +8
    -11
      package.json

+ 8
- 11
package.json 파일 보기

@@ -1,26 +1,23 @@
{
"name": "swagger-ui",
"author": "Tony Tam <fehguy@gmail.com>",
"description": "Swagger UI is a dependency-free collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API",
"description": "Swagger UI is a dependency-free collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API",
"version": "2.1.8-M1",
"homepage": "http://swagger.io",
"license": "Apache 2.0",
"scripts": {
"build": "gulp.js;",
"serve": "gulp.js serve;",
"pretest": "jshint .",
"test": "gulp; mocha",
"postinstall": "cd node_modules/swagger-client/; npm install; gulp"
"build": "gulp",
"serve": "gulp serve",
"prejshint": "gulp",
"jshint": "jshint .",
"pretest": "npm run jshint",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/swagger-api/swagger-ui.git"
},
"readmeFilename": "README.md",
"dependencies": {
"btoa": "1.1.1",
"swagger-client": "2.1.9-M1"
},
"devDependencies": {
"chai": "^2.1.0",
"cors": "^2.5.3",
@@ -44,6 +41,6 @@
"less": "^2.4.0",
"mocha": "^2.1.0",
"selenium-webdriver": "^2.45.0",
"swagger-client": "git://github.com/swagger-api/swagger-js#develop_2.0"
"swagger-client": "2.1.0-M2.alpha2"
}
}

불러오는 중...
취소
저장