-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.24 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
{
"name": "freedom-for-node",
"description": "Embracing a distributed web",
"version": "0.2.20",
"homepage": "http://freedomjs.org",
"license": "Apache-2.0",
"bugs": {
"url": "http://github.com/freedomjs/freedom-for-node/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-node"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-bump": "^0.8.0",
"grunt-jasmine-nodejs": "^1.5.4",
"grunt-npm": "0.0.2",
"grunt-prompt": "^1.3.3",
"jit-grunt": "^0.10.0",
"time-grunt": "^1.4.0"
},
"scripts": {
"test": "grunt test --verbose"
},
"dependencies": {
"es5-shim": "^4.5.9",
"es6-promise": "^4.0.5",
"freedom": "~0.6.36",
"glob": "~7.1.0",
"grunt-contrib-jshint": "^1.0.0",
"intl": "^1.2.5",
"json-store": "0.0.1",
"node-json-minify": "^1.0.0",
"tls-connect": "^0.2.2"
},
"optionalDependencies": {
"wrtc": "0.0.61",
"ws": "~1.1.1",
"xhr2": "~0.1.3"
},
"peerDependencies": {
"freedom": "~0.6.36"
}
}