forked from webpro/dyson-image
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 837 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
{
"name": "dyson-lorempixel",
"version": "0.1.3",
"description": "Image proxy and base64 generator for dyson",
"keywords": ["JSON", "data", "dynamic", "dummy", "fake", "response", "server", "API", "REST", "generator", "image", "base64"],
"author": {
"name": "Lars Kappert",
"email": "lars@webpro.nl"
},
"dependencies": {
"request": "~2.22",
"node-ee-mime-magic": "0.1.0",
"when": "~2.2.1"
},
"devDependencies": {
"express": "3.x",
"mocha": "1.8.1",
"should": "1.2.1",
"supertest": "~0.9.0"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/ropez/dyson-lorempixel"
},
"engines": {
"node": ">=0.8"
},
"license": "MIT"
}