-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 879 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
{
"name": "shu",
"description": "simple node + s3 url shortener",
"version": "0.0.6",
"homepage": "https://github.com/neilcarpenter/shu",
"author": {
"name": "Neil Carpenter <[email protected]> (http://neilcarpenter.com/)"
},
"repository": {
"type": "git",
"url": "git://github.com/neilcarpenter/shu.git"
},
"bugs": {
"url": "https://github.com/neilcarpenter/shu/issues"
},
"license": "MIT",
"engines": {
"node": ">= 0.10.29"
},
"scripts": {
"start": "cd app && nodemon main.js",
"postinstall": "node utils/postInstall.js"
},
"bin": "./utils/addURL.js",
"dependencies": {
"express": "~4.1.2",
"hashids": "^1.0.1",
"nodemon": "^1.3.7",
"request": "^2.57.0",
"underscore": "~1.7.0",
"aws-sdk": "^2.1.34",
"copy-paste": "^1.1.2",
"s3": "^4.4.0",
"yargs": "^3.10.0"
}
}