-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.37 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
40
41
42
43
44
45
46
47
48
49
{
"name": "freedom-for-firefox",
"description": "Embracing a distributed web",
"version": "0.6.26",
"homepage": "http://freedomjs.org",
"license": "Apache-2.0",
"bugs": {
"url": "http://github.com/freedomjs/freedom-for-firefox/issues",
"email": "[email protected]"
},
"contributors": [
"Will Scott <[email protected]> (https://wills.co.tt/)",
"Raymond Cheng <[email protected]> (http://raymondcheng.net)",
"Paul Ellenbogen <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/freedomjs/freedom-for-firefox"
},
"main": "freedom-for-firefox.jsm",
"devDependencies": {
"async": "^2.0.1",
"es5-shim": "^4.5.9",
"es6-promise": "^3.2.1",
"folderify": "^0.6.0",
"freedom": "~0.6.36",
"fs-extra": "^0.30.0",
"glob": "^7.0.5",
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.1",
"grunt-bump": "^0.7.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-jasmine-firefoxaddon": "^0.3.6",
"grunt-jpm": "^0.1.3",
"grunt-npm": "0.0.2",
"grunt-prompt": "^1.3.3",
"grunt-shell": "^1.3.1",
"jit-grunt": "^0.10.0",
"node-json-minify": "^1.0.0",
"time-grunt": "^1.4.0",
"webrtc-adapter": "0.0.7"
},
"peerDependencies": {
"freedom": "~0.6.36"
},
"scripts": {}
}