-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 941 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
{
"name": "material-dash",
"version": "1.0.0",
"description": "dashboard for admin",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wurh/material-dash.git"
},
"keywords": [
"dashboard"
],
"author": "rahulwu",
"license": "MIT",
"bugs": {
"url": "https://github.com/wurh/material-dash/issues"
},
"homepage": "https://github.com/wurh/material-dash#readme",
"dependencies": {
"ejs": "^0.8.5",
"express": "^4.13.1",
"errorhandler": "1.1.1",
"log4js": "^0.6.15",
"mkdirp": "^0.5.0",
"q": "^0.9.7",
"superagent": "^0.15.7",
"uuid": "^2.0.1",
"proxy-middleware": "^0.15.0",
"rimraf": "^2.4.4",
"through2": "^2.0.0",
"cookie-parser":"~1.0.1",
"cookies":"0.5.0",
"body-parser":"~1.0.0",
"request": "^2.67.0",
"lodash": "^3.10.1",
"nodemon": "^1.8.1"
}
}