-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
72 lines (72 loc) · 1.55 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
67
68
69
70
71
72
{
"name": "webuild-events",
"version": "1.4.39",
"homepage": "https://github.com/webuildorg/webuild-events",
"keywords": [
"events",
"facebook",
"meetup",
"eventbrite",
"ics",
"calender"
],
"description": "generates a list of free and open tech events in your city",
"main": "index",
"scripts": {
"test": "grunt && mocha test"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/webuildorg/webuild-events.git"
},
"author": {
"name": "Sayanee Basu",
"url": "https://sayan.ee"
},
"contributors": [
{
"name": "Chinmay Pendharkar",
"url": "https://chinpen.net"
}
],
"bugs": {
"url": "https://github.com/webuildorg/webuild-events/issues"
},
"engines": {
"node": ">=0.12"
},
"config": {
"blanket": {
"pattern": [
"events/eventbriteEvents.js",
"events/facebookEvents.js",
"events/index.js",
"events/meetupEvents.js",
"events/utils.js"
],
"data-cover-never": "node_modules"
}
},
"devDependencies": {
"chai": "^3.4.1",
"grunt": "^1.0.1",
"grunt-bump": "^0.8.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-jscs": "^3.0.1"
},
"dependencies": {
"cli-color": "1.1.0",
"get-urls": "7.0.0",
"ical": "0.5.0",
"moment-timezone": "0.5.11",
"passport": "0.3.2",
"passport-auth0": "0.6.0",
"prequest": "1.0.0",
"promise": "7.1.1",
"striptags": "2.2.1",
"tracer": "^0.8.3",
"word-overlap": "2.4.1"
}
}