-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.64 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
50
51
52
53
54
55
56
{
"name": "freedom-for-chrome",
"description": "Embracing a distributed web",
"version": "0.4.28",
"license": "Apache-2.0",
"homepage": "http://freedomjs.org",
"bugs": {
"url": "http://github.com/freedomjs/freedom-for-chrome/issues",
"email": "[email protected]"
},
"contributors": [
"Will Scott <[email protected]> (https://wills.co.tt/)",
"Raymond Cheng <[email protected]> (http://raymondcheng.net)"
],
"repository": {
"type": "git",
"url": "https://github.com/freedomjs/freedom-for-chrome"
},
"main": "freedom-for-chrome.js",
"devDependencies": {
"es5-shim": "^4.5.9",
"es6-promise": "^4.0.5",
"folderify": "^1.2.1",
"freedom": "~0.6.36",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-bump": "^0.8.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-jshint": "^1.0.0",
"grunt-jasmine-chromeapp": "^1.10.0",
"grunt-karma": "^2.0.0",
"grunt-npm": "0.0.2",
"grunt-prompt": "^1.3.3",
"grunt-shell": "^2.0.0",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-cordova-launcher": "0.0.9",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-junit-reporter": "^1.1.0",
"karma-phantomjs-launcher": "~1.0.2",
"karma-sauce-launcher": "^1.0.0",
"karma-story-reporter": "^0.3.1",
"karma-unicorn-reporter": "^0.1.4",
"node-json-minify": "^1.0.0",
"phantomjs-prebuilt": "^2.1.13",
"temporary": "~0.0.8",
"webrtc-adapter": "0.0.7"
},
"peerDependencies": {
"freedom": "~0.6.36"
},
"scripts": {}
}