-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 922 Bytes
/
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
{
"name": "riplive_instagram",
"author": "Gabriele D'Arrigo - @acirdesign",
"version": "1.0.2",
"keywords": [
"webradio",
"websocket",
"instagram"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ripliveit/riplive_instagram.git"
},
"license": {
"type": "MIT",
"url": "https://github.com/ripliveit/riplive_instagram/blob/master/LICENSE.md"
},
"scripts": {
"start": "node app.js",
"test": "mocha -R spec tests",
"deploy": "grunt deploy"
},
"dependencies": {
"express": "~3.4.8",
"socket.io": "~1.3.7",
"instagram-node-lib": "*",
"request": "~2.67.0",
"config": "~1.17.1",
"grunt-ssh": "~0.12.9",
"socket.io-client": "~1.3.7"
},
"devDependencies": {
"expect.js": "~0.3.1",
"grunt": "^0.4.5",
"grunt-cli": "~0.1.13",
"grunt-ssh": "~0.12.9",
"mocha": "~2.3.4",
"socket.io-client": "*"
}
}