-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 992 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
37
38
39
40
41
42
{
"name": "sleigh",
"version": "0.0.6",
"description": "A clean node js MVC Framework to scaffold your next app",
"main": "kernel.js",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/siokas/sleigh-framework.git"
},
"keywords": [
"framework",
"mvc",
"nodejs",
"javascript"
],
"author": "Apostolos Siokas",
"license": "ISC",
"bugs": {
"url": "https://github.com/siokas/sleigh-framework/issues"
},
"homepage": "https://github.com/siokas/sleigh-framework#readme",
"dependencies": {
"app-root-path": "^2.0.1",
"async": "^2.5.0",
"body-parser": "^1.17.2",
"chalk": "^2.0.1",
"commander": "^2.11.0",
"dotenv": "^4.0.0",
"express": "^4.15.3",
"express-validator": "^3.2.1",
"handlebars": "^4.0.10",
"hbs": "^4.0.1",
"inflect": "^0.4.0",
"mongoose": "^4.11.1",
"mysql": "^2.13.0",
"nodemon": "^1.11.0",
"progress": "^2.0.0"
}
}