forked from hegemonic/jsdoc-baseline
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.27 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
46
47
48
49
50
51
52
53
54
55
{
"name": "jsdoc-baseline",
"version": "0.0.1-dev",
"description": "A basic template for JSDoc 3.",
"main": "publish.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/hegemonic/baseline.git"
},
"keywords": [
"jsdoc",
"api",
"docs",
"documentation",
"template"
],
"author": {
"name": "Jeff Williams",
"email": "[email protected]"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/hegemonic/baseline/issues"
},
"homepage": "https://github.com/hegemonic/baseline",
"dependencies": {
"deep-extend": "~0.4.1",
"escape-string-regexp": "~1.0.5",
"handlebars": "~4.0.5",
"handlebars-layouts": "~3.1.3",
"intl": "~1.2.4",
"intl-messageformat": "~1.3.0",
"js-beautify": "~1.6.4",
"js-yaml": "~3.6.1",
"spdx-license-list": "~2.1.0",
"underscore-contrib": "~0.3.0"
},
"devDependencies": {
"expectations": "~0.6.0",
"fake-fs": "~0.5.0",
"gulp": "~3.9.1",
"gulp-csso": "~2.0.0",
"gulp-eslint": "~3.0.1",
"gulp-istanbul": "~1.1.1",
"gulp-less": "~3.1.0",
"gulp-mocha": "~3.0.1",
"gulp-uglify": "~2.0.0",
"jsdoc": "~3.4.0",
"requizzle": "~0.2.1",
"simple-mock": "~0.7.0"
}
}