-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.58 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
{
"name": "instagram-realtime",
"version": "0.0.4",
"description": "Event-driven, Object-oriented Instagram API Wrapper",
"main": "libs/InstagramStream.js",
"dependencies": {
"connect": "^2.30.2",
"request": "^2.62.0"
},
"devDependencies": {
"mocha": "1.x.x",
"express": "3.x.x",
"colors": "0.x.x",
"socket.io": "0.9.x"
},
"scripts": {
"start": "node examples/socket.io.js",
"example-express": "node examples/express.js",
"example-http": "node examples/http.js",
"example-socket.io": "node examples/socket.io.js",
"test": "mocha -R spec"
},
"engines": {
"node": "0.8.x"
},
"repository": {
"type": "git",
"url": "git://github.com/instagram-realtime/instagram-realtime.git"
},
"keywords": [
"instagram",
"realtime",
"event"
],
"author": "Matt Razorblade Hammerstadt <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/instagram-realtime/instagram-realtime/issues"
},
"homepage": "https://github.com/instagram-realtime/instagram-realtime",
"dist": {
"shasum": "505fde76f0ef5c36a5ee185954cf4a09036107ae",
"tarball": "http://registry.npmjs.org/instagram-realtime/-/instagram-realtime-0.0.4.tgz"
},
"_from": "instagram-realtime@*",
"_npmVersion": "1.4.3",
"_npmUser": {
"name": "mattvvhat",
"email": "[email protected]"
},
"maintainers": [
"mattvvhat <[email protected]>"
],
"directories": {},
"_shasum": "505fde76f0ef5c36a5ee185954cf4a09036107ae",
"_resolved": "https://registry.npmjs.org/instagram-realtime/-/instagram-realtime-0.0.4.tgz"
}