-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.05 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
{
"name": "mockboard",
"version": "0.0.1",
"description": "Widget-driven multi-purpose dashboard",
"main": "index.js",
"scripts": {
"test": "gulp validate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kevinkucharczyk/mockboard.git"
},
"keywords": [
"ember",
"dashboard",
"widget",
"realtime"
],
"author": "Kevin P. Kucharczyk",
"license": "MIT",
"bugs": {
"url": "https://github.com/kevinkucharczyk/mockboard/issues"
},
"homepage": "https://github.com/kevinkucharczyk/mockboard#readme",
"devDependencies": {
"bower": "^1.7.7",
"cross-spawn": "^2.1.5",
"gulp": "^3.9.0",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"gulp-nodemon": "^2.0.6",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"run-sequence": "^1.1.5"
},
"dependencies": {
"bluebird": "^3.2.2",
"body-parser": "^1.14.2",
"chalk": "^1.1.1",
"express": "^4.13.4",
"jsonfile": "^2.2.3",
"lodash": "^4.3.0",
"node-schedule": "^1.0.0",
"socket.io": "^1.4.5"
}
}