UNPKG

293 BPlain TextView Raw
1{
2 "libs": [
3 "node"
4 ],
5 "loadEagerly": [
6 "lib/**/*.js",
7 "./index.js"
8 ],
9 "dontLoad": [
10 "node_modules/gulp-*/**/*.js",
11 "node_modules/gulp/**/*.js"
12 ],
13 "plugins": {
14 "complete_strings": {},
15 "node": {},
16 "doc_comment": {
17 "fullDocs": true
18 }
19 }
20}