forked from steveush/foodoc
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
82 lines (82 loc) · 2.29 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"_from": "@sitna/jsdoc-template",
"_inBundle": false,
"_integrity": "sha512-Jtbf9W9HYSO4ps4TIBMZb05q3XNtuihhkTMWzWo9tRtINqdgbDEgK6UNxfMettTbH74B0aKYNj8ZC6GbK7PL3g==",
"_location": "/@sitna/jsdoc-template",
"_phantomChildren": {
"brace-expansion": "1.1.11",
"fs.realpath": "1.0.0",
"inflight": "1.0.6",
"inherits": "2.0.3",
"once": "1.4.0",
"path-is-absolute": "1.0.1"
},
"_requested": {
"type": "tag",
"registry": true,
"raw": "@sitna/jsdoc-template",
"name": "@sitna/jsdoc-template",
"escapedName": "@sitna%2fjsdoc-template",
"scope": "@sitna",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://npm.pkg.github.com/download/@sitna/jsdoc-template/0.0.9/c1fab74e6659ac36aab284c164ae4a13894e4d2921f5895c432168f1feec34d3",
"_shasum": "0934166b9b485e299d0c452a732dffcd357874b4",
"_spec": "@sitna/jsdoc-template",
"_where": "C:\\TFS\\WEB_Common\\MapJS\\_Dev\\api",
"author": {
"name": "Fernando Lacunza"
},
"bugs": {
"url": "https://github.com/sitna/api-sitna-jsdoc-template/issues"
},
"bundleDependencies": false,
"dependencies": {
"cheerio": "^0.22.0",
"extend": "^3.0.1",
"glob": "^7.1.2",
"grunt": "^1.0.2",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-uglify": "^3.3.0",
"handlebars": "^4.0.11",
"handlebars-layouts": "^3.1.4",
"jsdoc": "^3.5.5",
"lunr": "^1.0.0",
"moment": "^2.22.1",
"sanitize-html": "^1.18.2"
},
"deprecated": false,
"description": "A Bootstrap and Handlebars based JSDoc3 template.",
"devDependencies": {
"bootstrap": "^3.3.7",
"clipboard": "^2.0.1",
"grunt-contrib-handlebars": "^1.0.0",
"grunt-jsdoc": "^2.2.0",
"jquery": "^3.1.1",
"prismjs": "^1.14.0"
},
"homepage": "https://github.com/sitna/api-sitna-jsdoc-template",
"keywords": [
"jsdoc",
"template"
],
"license": "GPL-3.0",
"main": "./template/publish.js",
"name": "@sitna/jsdoc-template",
"repository": {
"type": "git",
"url": "git+https://github.com/sitna/api-sitna-jsdoc-template.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.0"
}