-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (37 loc) · 1.01 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
{
"name": "Pixody",
"version": "1.0.0",
"description": "Free dashboard template with Material Design Lite",
"keywords": [
],
"main": "server.js",
"licenses": [{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}],
"devDependencies": {
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CreativeIT/getmdl-dashboard.git"
},
"author": "CreativeIT",
"bugs": {
"url": "https://github.com/CreativeIT/dashboard/issues"
},
"homepage": "https://github.com/CreativeIT/dashboard#readme",
"dependencies": {
"boom": "^3.2.2",
"hapi": "^13.5.0",
"node-env-file": "^0.1.8",
"relish": "^0.2.4",
"requirefrom": "^0.2.0",
"string-similarity": "^1.1.0",
"winston": "^2.2.0",
"winston-daily-rotate-file": "^1.3.1",
"wreck": "^9.0.0"
}
}