forked from nikhilmodak/gulp-ngdocs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 911 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "gulp-ngdocs",
"version": "0.2.12",
"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": {
"marked": "0.2.9",
"vinyl-fs": "0.3.7",
"gulp-util": "3.0.0",
"extend": "1.3.0",
"lodash": "2.4.1",
"path": "0.4.9",
"merge-stream": "0.1.5",
"string_decoder": "0.10.31",
"through2": "0.6.1",
"bower": "^1.3.11",
"canonical-path": "0.0.2"
},
"devDependencies": {
"del": "^1.1.1",
"gulp": "^3.8.10",
"jasmine-node": "^1.14.5"
},
"scripts": {
"install": "bower install",
"test": "jasmine-node --color spec"
}
}