-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.57 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
{
"name": "freedom-social-irc",
"version": "0.0.1",
"description": "IRC Social provider for freedom.js",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"keywords": [
"irc",
"freedomjs"
],
"author": "Will Scott <[email protected]> (https://wills.co.tt)",
"license": "Apache 2.0",
"devDependencies": {
"browserify": "^6.3.3",
"freedom": "^0.6.7",
"freedom-for-node": "^0.2.3",
"grunt": "^0.4.5",
"grunt-browserify": "^3.2.1",
"grunt-contrib-jshint": "^0.10.0",
"irc-factory": "^1.10.1",
"lodash.contains": "^2.4.1",
"lodash.difference": "^2.4.1",
"lodash.intersection": "^2.4.1",
"lodash.isarray": "^2.4.1",
"lodash.isfunction": "^2.4.1",
"lodash.omit": "^2.4.1",
"lodash.without": "^2.4.1",
"lodash.wrap": "^2.4.1"
},
"dependencies": {
"browserify": "^6.3.3",
"freedom": "^0.6.7",
"freedom-for-node": "^0.2.3",
"grunt": "^0.4.5",
"grunt-browserify": "^3.2.1",
"grunt-contrib-jshint": "^0.10.0",
"irc-factory": "^1.10.1",
"lodash": "^2.4.1",
"lodash.contains": "^2.4.1",
"lodash.difference": "^2.4.1",
"lodash.omit": "^2.4.1",
"lodash.intersection": "^2.4.1",
"lodash.isfunction": "^2.4.1",
"lodash.without": "^2.4.1",
"lodash.isarray": "^2.4.1",
"lodash.wrap": "^2.4.1"
},
"repository": {
"type": "git",
"url": "git://github.com/freedomjs/freedom-social-irc.git"
},
"bugs": {
"url": "https://github.com/freedomjs/freedom-social-irc/issues"
},
"homepage": "https://github.com/freedomjs/freedom-social-irc"
}