UNPKG

gulp-ngdocs

Version:

gulp plugin for angularjs documentation

43 lines (42 loc) 912 B
{ "name": "gulp-ngdocs", "version": "0.3.0", "author": "nikhilmodak", "description": "gulp plugin for angularjs documentation", "main": "index", "repository": { "type": "git", "url": "https://github.com/nikhilmodak/gulp-ngdocs.git" }, "keywords": [ "gulpplugin", "angular", "gulp", "ngdocs", "documention" ], "license": "MIT", "readmeFilename": "README.md", "dependencies": { "angular": "~1.3.1", "angular-animate": "~1.3.1", "canonical-path": "0.0.2", "extend": "1.3.0", "gulp-util": "3.0.0", "lodash": "2.4.1", "marked": "0.3.2", "merge-stream": "0.1.5", "path": "0.4.9", "string_decoder": "0.10.31", "through2": "0.6.1", "vinyl-fs": "0.3.7" }, "devDependencies": { "del": "^1.1.1", "gulp": "^3.8.10", "jasmine-node": "^1.14.5" }, "scripts": { "test": "jasmine-node --color spec" } }