-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
39 lines (39 loc) · 1.07 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
{
"private": true,
"name": "url_tracking_stripper",
"version": "1.0.0",
"description": "Increase the speed & privacy of your browsing. Skip/remove tracking parameters & redirects from URLs to keep them shorter & cleaner.",
"author": "Christopher W Newhouse <[email protected]>",
"license": "ISC",
"homepage": "https://github.com/newhouse/url-tracking-stripper",
"bugs": {
"url": "https://github.com/newhouse/url-tracking-stripper/issues"
},
"repository": {
"type": "git",
"url": "[email protected]:newhouse/url-tracking-stripper.git"
},
"scripts": {
"start": "gulp",
"start-dev": "gulp dev",
"test": "make test"
},
"dependencies": {
"atob": ">=2.1.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2 ",
"babel-preset-env": "^1.6.1",
"gulp": "^3.9.1",
"gulp-clean": "^0.4.0",
"gulp-zip": "^4.1.0",
"lodash": "^4.17.19",
"randomatic": ">=3.0.0",
"run-sequence": "^2.2.1",
"webpack": "^3.11.0",
"webpack-stream": "^4.0.2"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.0.0"
}
}