UNPKG

js-pages

Version:

Custom Git script to compile JSDoc / ngdoc and deploy to gh-pages

37 lines (36 loc) 801 B
{ "name": "js-pages", "version": "1.0.5", "description": "Custom Git script to compile JSDoc / ngdoc and deploy to gh-pages", "main": "app.js", "scripts": { "start": "node app.js" }, "repository": { "type": "git", "url": "git+https://github.com/jfeigel/js-pages.git" }, "keywords": [ "JSDoc", "ngdoc", "git", "gh-pages" ], "author": "James Feigel", "license": "MIT", "bugs": { "url": "https://github.com/jfeigel/js-pages/issues" }, "homepage": "https://github.com/jfeigel/js-pages#readme", "dependencies": { "bluebird": "^3.3.1", "chalk": "^1.1.1", "inquirer": "^0.11.2" }, "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-watch": "^0.6.1", "grunt-gh-pages": "^1.0.0", "grunt-jsdoc": "^2.0.0" } }