-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 807 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 807 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
32
33
34
{
"name": "exodify",
"version": "0.5.0",
"description": "Reveal trackers hidden in android apps within the Google Play web interface",
"main": "Gruntfile.js",
"directories": {
"doc": "doc"
},
"devDependencies": {
"grunt": "^1.0.2",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-copy": "^1.0.0",
"grunt-replace": "^1.0.1"
},
"scripts": {
"package": "grunt default"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FacettsOpen/exodify.git"
},
"keywords": [
"Browser",
"extension",
"privacy"
],
"author": "val-r",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/FacettsOpen/exodify/issues"
},
"homepage": "https://github.com/FacettsOpen/exodify#readme"
}