-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.04 KB
/
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
43
{
"name": "sia",
"version": "0.0.9",
"description": "doc generator for AngularJS modules",
"author": "Bound State Software <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/boundstate/sia.git"
},
"main": "src/index.js",
"keywords": [
"dgeni",
"angularjs",
"ngdoc",
"documentation",
"gulp"
],
"bugs": "https://github.com/boundstate/sia/issues",
"dependencies": {
"canonical-path": "0.0.2",
"css-prefix": "0.0.2",
"del": "^2.0.2",
"dgeni": "^0.4.1",
"dgeni-packages": "^0.10.19",
"gulp-concat": "^2.6.0",
"gulp-help": "^1.6.1",
"gulp-if": "^1.2.5",
"gulp-ng-annotate": "^1.1.0",
"gulp-ng-constant": "^1.1.0",
"gulp-ng-html2js": "^0.2.0",
"gulp-rename": "^1.2.2",
"gulp-template": "^3.0.0",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.6",
"gulp-webserver": "^0.9.1",
"lodash": "^3.10.1",
"q": "^1.4.1",
"run-sequence": "^1.1.4",
"through2": "^2.0.0",
"yargs": "^3.27.0"
}
}