-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 842 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 842 Bytes
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
{
"name": "shorter",
"version": "1.0.0",
"description": "URL shortening service",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/willharris/shorter.git"
},
"author": "Will Harris <will@harris.ch>",
"license": "ISC",
"bugs": {
"url": "https://github.com/willharris/shorter/issues"
},
"homepage": "https://github.com/willharris/shorter#readme",
"dependencies": {
"body-parser": "^1.15.0",
"express": "^4.13.4",
"jade": "^1.11.0",
"morgan": "^1.6.1",
"redis": "^2.4.2"
},
"devDependencies": {
"autoprefixer": "^6.3.3",
"gulp": "^3.9.1",
"gulp-postcss": "^6.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylus": "^2.3.0",
"lost": "^6.7.1",
"poststylus": "^0.2.3"
}
}