UNPKG

refapp

Version:

Parse Refract JSON to API Reference Jquery SPA

49 lines (48 loc) 1 kB
{ "name": "refapp", "version": "1.8.3", "description": "Parse Refract JSON to API Reference Jquery SPA", "main": "main.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/ecomclub/refapp.git" }, "keywords": [ "documentation", "docs", "JSON", "API Blueprint", "apib", "API Reference", "Refract JSON" ], "author": "E-Com Club", "license": "MIT", "bugs": { "url": "https://github.com/ecomclub/refapp/issues" }, "homepage": "https://github.com/ecomclub/refapp#readme", "standard": { "globals": [ "XMLHttpRequest", "XDomainRequest", "window", "jQuery", "alert", "location", "history", "document" ] }, "devDependencies": { "browser-sync": "^2.26.7", "gulp": "^4.0.2", "gulp-concat": "^2.6.1", "gulp-rename": "^1.4.0", "gulp-uglify": "^3.0.2", "pump": "^3.0.0" } }