-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 768 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 768 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
28
29
30
31
{
"name": "analytics-html-injector",
"version": "0.2.4",
"description": "Quick inject analytcs snippet in your built html befor publish/upload",
"main": "index.js",
"bin": {
"injectAnalytics": "./commandline.js"
},
"repository": {
"type": "git",
"url": "git+https://Marketto@github.com/Marketto/analyticsHtmlInjector.git"
},
"keywords": [
"analytics",
"inject",
"html",
"embed"
],
"author": "Marco Ricupero",
"license": "MIT",
"bugs": {
"url": "https://github.com/Marketto/analyticsHtmlInjector/issues"
},
"homepage": "https://github.com/Marketto/analyticsHtmlInjector#readme",
"dependencies": {
"colors": "^1.2.1",
"commander": "^2.15.1",
"fs": "0.0.1-security",
"path": "^0.12.7"
}
}