-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.11 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
44
45
{
"name": "suh-dgeni-ngdocs",
"version": "0.8.8",
"description": "A package to generate ng-docs similar to what is used on AngularJS website.",
"main": "index.js",
"scripts": {
"test": "jasmine"
},
"repository": {
"type": "git",
"url": "https://github.com/suhdev/suh-dgeni-ngdocs.git"
},
"keywords": [
"ngdocs",
"angularjs",
"dgeni",
"dgeni-ngdocs",
"generate"
],
"author": "Suhail Abood <[email protected]> (suhailabood.me)",
"license": "ISC",
"dependencies": {
"bower": "^1.4.1",
"canonical-path": "0.0.2",
"dgeni": "^0.4.1",
"dgeni-packages": "^0.10.13",
"git-data-extractor": "^1.0.0",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-concat-util": "^0.5.2",
"gulp-cssmin": "^0.1.7",
"gulp-insert": "^0.4.0",
"gulp-jshint": "^1.10.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"lodash": "^3.9.1",
"node-html-encoder": "0.0.2",
"semver": "^4.3.4",
"shelljs": "^0.5.0",
"stringmap": "^0.2.2",
"underscore": "^1.8.3"
}
}