-
Notifications
You must be signed in to change notification settings - Fork 83
/
package.json
78 lines (78 loc) · 1.92 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
72
73
74
75
76
77
78
{
"name": "allcountjs",
"description": "The open source framework for rapid business application development with Node.js",
"keywords": [
"rapid",
"business",
"application",
"development",
"data-centric",
"RAD"
],
"version": "1.24.1",
"scripts": {
"start": "node app.js",
"postinstall": "./node_modules/.bin/bower-installer",
"test": "./node_modules/.bin/nodeunit test"
},
"devDependencies": {
"chai": "^3.2.0",
"chai-as-promised": "^5.1.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-uglify": "^1.4.1",
"merge-stream": "^1.0.0",
"nodeunit": "^0.9.0"
},
"main": "./allcount-server",
"bin": {
"allcountjs": "./allcount.js"
},
"repository": {
"type": "git",
"url": "https://github.com/allcount/allcountjs"
},
"dependencies": {
"allcountjs-mailgun": "^1.0.0",
"body-parser": "1.0.1",
"bower-installer": "^0.8.4",
"cloudinary": "^1.2.1",
"connect-busboy": "^0.0.1",
"console-stamp": "^0.1.3",
"consolidate": "0.10.0",
"cookie-parser": "^1.1.0",
"cookie-session": "^1.0.2",
"ejs": "^1.0.0",
"express": "^4.10.0",
"express-session": "^1.2.1",
"fs.extra": "^1.2.1",
"hash-files": "^1.0.0",
"jade": "^1.8.1",
"just": "0.1.8",
"keygrip": "^1.0.1",
"knex": "^0.7.6",
"less-middleware": "^1.0.4",
"lodash": "~3.0.0",
"marked": "^0.3.2",
"methods": "^1.1.1",
"minimist": "^1.1.0",
"mkdirp": "~0.3.5",
"moment": "^2.6.0",
"mongoose": "~3.8.21",
"mongoose-long": "^0.0.2",
"node-minify": "^1.2.1",
"parsimmon": "^0.4.0",
"passport": "^0.2.0",
"passport-local": "^1.0.0",
"q": "1.0.1",
"ramda": "^0.13.0",
"request": "^2.45.0",
"socket.io": "^1.3.7",
"syntax-error": "^1.1.1",
"then-jade": "^2.2.1",
"underscore": "1.8.2"
},
"license": "MIT",
"readmeFilename": "README.md",
"homepage": "http://allcountjs.com"
}