2015-10-03 11:54:09 +03:00
|
|
|
{
|
|
|
|
"name": "redoc-proto",
|
|
|
|
"description": "Prototype of component based Swagger documentation",
|
|
|
|
"version": "0.0.1",
|
2015-10-03 13:37:03 +03:00
|
|
|
"private": true,
|
|
|
|
"repository": "RomanGotsiy/redoc-prototype",
|
2015-10-03 11:54:09 +03:00
|
|
|
"scripts": {
|
2015-10-03 15:11:57 +03:00
|
|
|
"test": "gulp lint",
|
2015-10-11 21:23:34 +03:00
|
|
|
"postinstall": "jspm install",
|
2015-10-27 15:08:38 +03:00
|
|
|
"start": "gulp serve",
|
|
|
|
"build": "gulp build"
|
2015-10-03 11:54:09 +03:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"Swagger",
|
|
|
|
"JSON-Schema",
|
|
|
|
"API",
|
|
|
|
"documentation",
|
|
|
|
"Angular 2"
|
|
|
|
],
|
|
|
|
"author": "Roman Hotsiy",
|
|
|
|
"license": "MIT",
|
|
|
|
"jspm": {
|
|
|
|
"configFile": "system.config.js",
|
|
|
|
"dependencies": {
|
2015-11-03 02:11:30 +03:00
|
|
|
"angular2": "npm:angular2@^2.0.0-alpha.45",
|
2015-10-03 11:54:09 +03:00
|
|
|
"es6-shim": "github:es-shims/es6-shim@^0.33.6",
|
2015-10-17 21:03:08 +03:00
|
|
|
"json-formatter-js": "npm:json-formatter-js@^0.2.0",
|
2015-10-08 20:15:21 +03:00
|
|
|
"json-pointer": "npm:json-pointer@^0.3.0",
|
2015-11-01 01:43:08 +03:00
|
|
|
"json-schema-instantiator": "npm:json-schema-instantiator@^0.3.0",
|
2015-10-17 21:03:08 +03:00
|
|
|
"json-schema-view-js": "npm:json-schema-view-js@^0.2.0",
|
2015-10-23 11:35:13 +03:00
|
|
|
"marked": "npm:marked@^0.3.5",
|
2015-10-03 11:54:09 +03:00
|
|
|
"reflect-metadata": "npm:reflect-metadata@^0.1.2",
|
2015-10-07 12:47:57 +03:00
|
|
|
"swagger-parser": "npm:swagger-parser@^3.3.0",
|
2015-10-03 11:54:09 +03:00
|
|
|
"zone.js": "npm:zone.js@^0.5.7"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"babel": "npm:babel-core@^5.8.24",
|
|
|
|
"babel-runtime": "npm:babel-runtime@^5.8.24",
|
2015-10-17 21:40:04 +03:00
|
|
|
"clean-css": "npm:clean-css@^3.4.6",
|
2015-10-07 12:47:57 +03:00
|
|
|
"core-js": "npm:core-js@^1.1.4",
|
2015-10-17 21:03:08 +03:00
|
|
|
"css": "github:systemjs/plugin-css@^0.1.18",
|
2015-10-17 21:40:04 +03:00
|
|
|
"systemjs/plugin-json": "github:systemjs/plugin-json@^0.1.0"
|
2015-10-03 11:54:09 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2015-10-03 15:11:57 +03:00
|
|
|
"babel-eslint": "^4.1.3",
|
2015-10-03 11:54:09 +03:00
|
|
|
"browser-sync": "^2.9.8",
|
|
|
|
"del": "^2.0.2",
|
|
|
|
"gulp": "^3.9.0",
|
2015-10-14 23:59:39 +03:00
|
|
|
"gulp-concat": "^2.6.0",
|
2015-10-03 15:11:57 +03:00
|
|
|
"gulp-eslint": "^1.0.0",
|
2015-10-03 12:50:35 +03:00
|
|
|
"gulp-inline-ng2-template": "0.0.7",
|
2015-10-03 15:11:57 +03:00
|
|
|
"gulp-jshint": "^1.11.2",
|
2015-10-14 23:59:39 +03:00
|
|
|
"gulp-replace": "^0.5.4",
|
|
|
|
"gulp-sourcemaps": "^1.6.0",
|
2015-10-03 15:11:57 +03:00
|
|
|
"jshint-stylish": "^2.0.1",
|
2015-10-03 11:54:09 +03:00
|
|
|
"jspm": "^0.16.11",
|
|
|
|
"require-dir": "^0.3.0",
|
|
|
|
"run-sequence": "^1.1.4",
|
|
|
|
"systemjs-builder": "^0.14.7",
|
2015-10-14 23:59:39 +03:00
|
|
|
"vinyl-paths": "^2.0.0",
|
|
|
|
"zone.js": "^0.5.8"
|
2015-10-03 11:54:09 +03:00
|
|
|
}
|
|
|
|
}
|