forked from akhilpandey95/bucket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 890 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
41
42
{
"name": "bucket",
"version": "0.0.1",
"description": "Basically this is link sharing on steroids.",
"author": "Akhil Pandey <[email protected]>",
"contributors": [{
"name": "Akhil Pandey",
"email": "[email protected]"
},
{
"name" : "Om Bhallamudi",
"email" : "[email protected]"
}],
"scripts": {
"start": "node web.js"
},
"main": "./web.js",
"repository": {
"type": "git",
"url": "https://github.com/AkhilHector/bucket"
},
"bugs": {
"url": "https://github.com/AkhilHector/bucket/issues"
},
"keywords": [
"bucket",
"link-sharing",
"links"
],
"dependencies": {
"react": "~0.8.0",
"express": "4.13.x",
"node-jsx": "0.13.x",
"body-parser": "1.13.x",
"cookie-parser": "1.3.x",
"request": "2.60.x",
"rethinkdb": "2.0.x"
},
"subdomain": "foobar",
"analyze": true,
"license": "MIT"
}