-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 1.7 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "morphinejs",
"version": "1.0.63",
"description": "",
"main": "libs/M_App.js",
"bin": {
"morphinejs": "bin/index.js"
},
"dependencies": {
"async": "^2.6.1",
"babel-core": "^6.26.3",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"bcrypt-nodejs": "^0.0.3",
"body-parser": "^1.18.3",
"bootstrap": "^3.3.7",
"chalk": "^1.1.3",
"colors": "^1.3.2",
"compression": "^1.7.3",
"connect-redis": "^3.3.3",
"cookie-parser": "^1.4.3",
"cors": "^2.8.5",
"d3": "^4.13.0",
"ejs": "^2.6.1",
"express": "^4.16.3",
"express-ejs-layouts": "^2.5.0",
"express-session": "^1.15.6",
"font-awesome": "^4.6.3",
"fs-extra": "^0.30.0",
"fullcalendar": "^3.9.0",
"gaze": "^1.1.3",
"globule": "^1.2.1",
"gm": "^1.23.1",
"jquery": "2.x",
"jquery.transit": "^0.9.12",
"less": "^2.7.3",
"livereload": "^0.6.3",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"mysql2": "^1.6.1",
"node-minify": "^2.4.2",
"node-uuid": "^1.4.8",
"nodemailer": "^4.6.8",
"nodemailer-html-to-text": "^2.1.0",
"nodemailer-smtp-pool": "^2.8.3",
"nodemon": "^1.18.3",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"password-generator": "^2.2.0",
"request": "^2.88.0",
"response-time": "^2.3.2",
"skipper": "^0.6.4",
"socket.io": "^1.5.0",
"socket.io-client": "^1.5.0",
"webpack": "^1.13.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:morphine06/MorphineJS.git"
},
"author": "David Miglior",
"license": "ISC",
"bugs": {
"url": "https://github.com/morphine06/MorphineJS/issues"
},
"homepage": "https://github.com/morphine06/MorphineJS"
}