-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
48 lines (48 loc) · 966 Bytes
/
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
{
"name": "gulp-strip-comments",
"description": "Strip comments from code",
"version": "2.6.0",
"authors": [
"David Wisner <[email protected]>",
"Vitaly Tomilov <[email protected]>"
],
"bugs": {
"url": "https://github.com/RnbWd/gulp-strip-comments/issues"
},
"dependencies": {
"decomment": "^0.9.5",
"plugin-error": "^2.0.1",
"through2": "^4.0.2"
},
"devDependencies": {
"jasmine-node": "^3.0.0",
"vinyl": "^3.0.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/RnbWd/gulp-strip-comments",
"keywords": [
"strip comments",
"gulpplugin",
"strip",
"gulp",
"comment",
"decomment",
"remove",
"clean",
"stream",
"minimize",
"reduce",
"remove",
"comments"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/RnbWd/gulp-strip-comments"
},
"scripts": {
"test": "jasmine-node test"
}
}