-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.82 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.82 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
61
62
63
64
65
66
67
68
69
70
{
"name": "duku",
"private": false,
"version": "0.1.0",
"description": "The Incredible Node.js Framework",
"scripts": {
"start": "node ./Core/init.js",
"dev": "nodemon ./Core/init.js",
"compile": "grunt compile"
},
"bin": {
"duku": "bin/generate.js"
},
"main": "./Core/init.js",
"dependencies": {
"async": "^2.5.0",
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.3.5",
"body-parser": "~1.17.2",
"clean-css": "^4.1.7",
"connect-mongo": "^1.1.0",
"connect-redis": "^3.0.1",
"cookie-parser": "^1.4.0",
"email-validator": "^1.0.4",
"express": "^4.13.4",
"express-session": "^1.12.1",
"fs-extra": "^4.0.0",
"grunt-cli": "^1.1.0",
"jquery-file-upload-middleware": "^0.1.7",
"jsonfile": "^3.0.1",
"moment": "^2.11.2",
"mongodb": "^2.1.11",
"mongodb-backup": "^1.5.5",
"mongodb-restore": "^1.5.2",
"nodemailer": "^4.0.1",
"nodemailer-smtp-transport": "^2.4.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"pug": "^2.0.0-beta4",
"redis": "^2.3.0",
"rimraf": "^2.5.2",
"shortid": "^2.2.4",
"striptags": "^3.0.1",
"stylus": "^0.54.5",
"underscore": "^1.8.3"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-uglify": "^3.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-minjson": "^0.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blantik/dukujs.git"
},
"keywords": [
"framework"
],
"author": "Shodiqul Muzaki <mshodiqul@gmail.com> (http://creativefull.cf)",
"license": "MIT",
"bugs": {
"url": "https://github.com/blantik/dukujs/issues"
},
"homepage": "https://github.com/blantik/dukujs#readme"
}