-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
66 lines (66 loc) · 1.93 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
57
58
59
60
61
62
63
64
65
66
{
"name": "freedom",
"description": "Embracing a distributed web",
"version": "0.6.36",
"homepage": "http://freedomjs.org",
"license": "Apache-2.0",
"bugs": {
"url": "http://github.com/freedomjs/freedom/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"
},
"main": "freedom.js",
"browser": "src/util/workerEntry.js",
"devDependencies": {
"browserify-istanbul": "^2.0.0",
"es5-shim": "^4.5.9",
"es6-promise": "^3.2.1",
"grunt": "^1.0.1",
"grunt-browserify": "^4.0.1",
"grunt-bump": "^0.8.0",
"grunt-codeclimate-reporter": "1.2.1",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "~1.0.2",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-uglify": "~2.0.0",
"grunt-contrib-yuidoc": "~1.0.0",
"grunt-coveralls": "~1.0.1",
"grunt-exorcise": "^2.1.1",
"grunt-gitinfo": "~0.1.8",
"grunt-karma": "~2.0.0",
"grunt-npm": "^0.0.2",
"grunt-prompt": "^1.3.3",
"istanbul": "~0.4.4",
"jasmine-core": "^2.4.1",
"karma": "~1.1.2",
"karma-chrome-launcher": "~1.0.1",
"karma-coverage": "~1.1.1",
"karma-firefox-extra-launcher": "~0.1.5",
"karma-jasmine": "~1.0.2",
"karma-jasmine-html-reporter": "^0.2.1",
"karma-junit-reporter": "^1.1.0",
"karma-phantomjs-launcher": "~1.0.1",
"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.9",
"request": "^2.74.0",
"webrtc-adapter": "0.0.7"
},
"scripts": {
"test": "grunt ci --verbose",
"prepublish": "grunt default"
},
"dependencies": {
"glob": "^7.0.5"
}
}