blob: c472e868ec4cb2407845929c33eb5834a5ca6d4c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"name": "foxyproxy",
"description": "FoxyProxy Standard and Basic for Firefox 57+",
"author": "Eric H. Jung",
"version": "0.1.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/foxyproxy/firefox-extension"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-contrib-compress": "^1.5.0"
},
"dependencies": {
"grunt-cli": "^1.3.2"
},
"scripts": {
"test": "jest"
}
}
|