forked from jmbauguess/ServiceNowScriptDocumenter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 799 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 799 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
{
"name": "ServiceNowScriptDocumenter",
"version": "1.0.0",
"description": "Contains ServiceNow documentation",
"main": "index.js",
"author": "Justin Bauguess",
"repository": "https://github.com/jmbauguess/ServiceNowScriptDocumenter",
"readme": "https://github.com/jmbauguess/ServiceNowScriptDocumenter/readme.md",
"license": "ISC",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-concat": "^2.5.2",
"gulp-git": "^1.2.4",
"gulp-jsdoc": "^0.1.4",
"gulp-jshint": "^1.11.0",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.4.1",
"gulp-template": "^3.0.0",
"gulp-util": "^3.0.5",
"ink-docstrap": "^0.5.2",
"jsdoc": "^3.3.0",
"jsdoc-to-markdown": "^1.1.1",
"jshint-stylish": "^2.0.0",
"minimist": "^1.1.1",
"request": "^2.57.0"
}
}