forked from allenhwkim/angular-jsdoc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 688 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 688 Bytes
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
{
"name": "angular-jsdoc",
"version": "1.3.3",
"description": "JsDoc Plugin and Template for AngularJs",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:allenhwkim/angular-jsdoc.git"
},
"scripts": {
"test": "./test.sh"
},
"author": {
"name": "Allen Kim",
"email": "allenhwkim@gmail.com"
},
"license": "MIT",
"dependencies": {
"angular-template": "^2.0.7",
"js-template": "~0.1.3",
"jsdoc": "3.3.2",
"marked": "^0.3.5",
"q": "^1.4.1"
},
"devDependencies": {
"gulp": "~3.8.5",
"gulp-bump": "~0.1.10",
"gulp-shell": "~0.2.7",
"gulp-tap": "~0.1.1",
"gulp-util": "~2.2.19"
}
}