-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 883 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 883 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
35
36
{
"name": "DIYiser",
"version": "1.0.0",
"author": "Mars Williams <metaphor.formation@gmail.com> (http://cargocollective.com/metaphor_formation)",
"description": "A proof of concept to amuse the staff at DIY, based around my love of the sea",
"repository": {
"type": "git",
"url": "https://github.com/MarsWilliams/DIYiser.git"
},
"keywords": [
"DIY",
"hire me!"
],
"private": true,
"engines": {
"node": ">=0.10.26"
},
"scripts": {
"start": "node bin/www"
},
"devDependencies": {
"ascii-art": "0.0.2-alpha",
"body-parser": "~1.10.2",
"consolidate": "^0.10.0",
"cookie-parser": "~1.3.3",
"debug": "~2.1.1",
"diy": "^1.1.0",
"express": "~4.11.1",
"hbs": "~2.8.0",
"image-to-ascii": "^1.3.0",
"install": "^0.1.8",
"morgan": "~1.5.1",
"npm": "^2.3.0",
"serve-favicon": "~2.2.0"
}
}