-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 938 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": "ll-backend",
"version": "0.0.0",
"description": "LOD Laundromat backed, responsible for serving files, and adding items to seed list",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "napa Acubed/node-iri"
},
"repository": {
"type": "git",
"url": "git://github.com/LODLaundry/Backend.git"
},
"author": "Laurens Rietveld <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/LODLaundry/Backend/issues"
},
"dependencies": {
"MD5": "^1.2.1",
"accepts": "^1.3.0",
"express": "^4.12.3",
"express-negotiate": "0.0.5",
"jsdom": "^2.0.0",
"lodash": "^3.5.0",
"nodemailer": "^1.3.2",
"request": "^2.40.0",
"shelljs": "^0.3.0",
"simple-node-db": "^0.90.37",
"superagent": "^1.1.0",
"validator": "^3.34.0"
},
"devDependencies": {
"napa": "^0.4.1"
}
}