-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.07 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
{
"name": "socializr",
"version": "0.2.42",
"description": "Read data streams from several social networks.",
"main": "index.js",
"scripts": {
"test": "make test",
"test-cov": "make test-cov"
},
"repository": {
"type": "git",
"url": "[email protected]:bigmountainideas/socializr.git"
},
"keywords": [
"social",
"twitter",
"facebook",
"instagram",
"stream",
"api"
],
"author": "Jovan Alleyne <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bigmountainideas/socializr/issues"
},
"homepage": "https://github.com/bigmountainideas/socializr",
"devDependencies": {
"mocha": "^1.17.1",
"should": "^3.1.3",
"supertest": "^0.9.0",
"express": "^3.4.8",
"mocha-lcov-reporter": "0.0.2",
"coveralls": "^2.11.2",
"istanbul": "^0.3.13",
"docco": "^0.7.0"
},
"dependencies": {
"MD5": "^1.2.0",
"underscore": "^1.6.0",
"superagent": "0.17.x",
"async": "^0.6.2",
"pragma-scheduler": "^1.0.5",
"node-uuid": "^1.4.1",
"debug": "^2.1.0"
}
}