forked from simov/express-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.75 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
{
"name": "express-admin",
"version": "1.2.6",
"description": "MySql, MariaDB, SQLite and PostgreSQL database admin built with Express and Bootstrap.",
"keywords": [
"mysql",
"mariadb",
"sqlite",
"postgresql",
"database",
"admin",
"express",
"bootstrap"
],
"license" : "MIT",
"homepage" : "https://github.com/simov/express-admin",
"author": {
"name" : "simo",
"email" : "[email protected]"
},
"repository": {
"type" : "git",
"url" : "git://github.com/simov/express-admin.git"
},
"dependencies": {
"express" : "4.4.4",
"morgan" : "1.1.1",
"body-parser" : "1.4.3",
"connect-multiparty": "1.1.0",
"cookie-parser" : "1.3.1",
"express-session" : "1.5.1",
"csurf" : "1.2.2",
"method-override" : "2.0.2",
"serve-static" : "1.2.3",
"consolidate" : "0.9.1",
"hogan.js" : "3.0.2",
"mysql" : "2.2.0",
"mysql-validator" : "0.1.6",
"async" : "0.9.0",
"pwd" : "0.0.3",
"commander" : "1.3.2",
"colors" : "0.6.1",
"slugify" : "0.1.0",
"sr-pagination" : "1.0.1",
"deep-copy" : "1.0.0",
"xsql" : "1.0.1",
"moment" : "2.8.3",
"express-admin-static": "2.2.2"
},
"devDependencies": {
"mocha" : "*",
"should": "*",
"supertest": "*",
"recursive-fs": "*"
},
"main": "./app",
"bin": {
"admin": "./bin/admin"
},
"scripts": {
"test": "make test"
}
}