-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
47 lines (47 loc) · 1.01 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "blokweb-api",
"version": "1.0.0",
"description": "It's an API used during blok web",
"main": "main.js",
"scripts": {
"start": "nodemon ./bin/www",
"test": "mocha && standard --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CMDA/blokweb-api.git"
},
"keywords": [
"node",
"json",
"api"
],
"author": "Justus Sturkenboom <justus@ju5tu5.nl>",
"license": "MIT",
"bugs": {
"url": "https://github.com/CMDA/blokweb-api/issues"
},
"homepage": "https://github.com/CMDA/blokweb-api#readme",
"devDependencies": {
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"mocha": "^3.1.0",
"nodemon": "^1.10.2",
"standard": "^8.3.0"
},
"dependencies": {
"body-parser": "^1.15.2",
"ejs": "^2.5.2",
"express": "^4.14.0",
"express-myconnection": "^1.0.4",
"express-session": "^1.14.1",
"morgan": "^1.7.0",
"multer": "^1.2.0",
"mysql": "^2.11.1"
},
"standard": {
"ignore": [
"/test/"
]
}
}