This repository was archived by the owner on Feb 17, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.47 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.47 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "mugs",
"version": "0.5.3",
"description": "Module for handling users",
"main": "module.js",
"bin": {
"mugs": "./bin/index.js"
},
"directories": {
"test": "test"
},
"scripts": {
"production": "node run-server.js",
"test": "./node_modules/.bin/mocha",
"start": "nodemon run-server.js",
"sign": "node cli/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitkompagniet/mugs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bitkompagniet/mugs/issues"
},
"homepage": "https://github.com/bitkompagniet/mugs#readme",
"dependencies": {
"body-parser": "^1.15.2",
"chalk": "^1.1.3",
"commander": "^2.9.0",
"copy-paste": "^1.3.0",
"crypto-random-string": "^1.0.0",
"express": "^4.14.0",
"handlebars": "^4.0.6",
"jsonwebtoken": "^7.1.9",
"lodash": "^4.16.6",
"mercutio": "^1.0.0",
"moment": "^2.16.0",
"mongoose": "^4.6.5",
"nodemailer": "^2.6.4",
"password-generator": "^2.1.0",
"respondo": "^0.5.1",
"rumor": "^1.1.0",
"url-join": "^1.1.0",
"validator": "^6.1.0"
},
"devDependencies": {
"axios": "^0.15.2",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"eslint": "^3.9.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.5.0",
"mocha": "^3.1.2",
"nodemon": "^1.11.0"
}
}