-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.06 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.06 KB
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
{
"name": "emvents",
"version": "1.0.0",
"description": "This is our first project about Emvents",
"main": "api",
"scripts": {
"test": "mocha api/tests/index.js --timeout 10000",
"dev": "nodemon api"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WebbizAdmin/emvents.git"
},
"keywords": [
"NodeCourse"
],
"author": "Jason and Riccardo",
"license": "MIT",
"bugs": {
"url": "https://github.com/WebbizAdmin/emvents/issues"
},
"homepage": "https://github.com/WebbizAdmin/emvents#readme",
"dependencies": {
"acl": "^0.4.10",
"body-parser": "^1.17.1",
"express": "^4.15.2",
"mongodb": "^2.2.25",
"mongoose": "^4.9.2",
"nodemon": "^1.11.0",
"passport": "^0.3.2",
"passport-http": "^0.3.0",
"uuid": "^3.0.1"
},
"devDependencies": {
"assert": "^1.4.1",
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"eslint": "^3.17.1",
"eslint-config-standard": "^7.0.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.1.1",
"mocha": "^3.2.0"
}
}