-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 873 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
{
"name": "loremflickr-node",
"version": "1.0.1",
"description": "A website that provides placeholder images for every case, web or print, on almost any subject, in any size.",
"author": {
"name": "Kodie Grantham",
"email": "kodie.grantham@gmail.com",
"url": "http://kodieg.com"
},
"repository": {
"type": "git",
"url": "https://github.com/kodie/loremflickr-node.git"
},
"bugs": {
"url": "https://github.com/kodie/loremflickr-node/issues"
},
"homepage": "https://github.com/kodie/loremflickr-node",
"main": "server.js",
"scripts": {
"watch": "nodemon --ignore cache/",
"start": "node server"
},
"private": true,
"license": "MIT",
"dependencies": {
"express": "4.x",
"fs": "0.0.1-security",
"hogan-express": "0.5.x",
"rnd-flickr": "1.1.x"
},
"devDependencies": {
"nodemon": "1.x"
}
}