forked from arscan/encom-boardroom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 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
{
"name": "encom-boardroom",
"version": "0.10.7",
"description": "encom-boardroom",
"main": "index.html",
"dependencies": {
"encom-globe": "*",
"event-source": "~0.1.0",
"express": "~4.21.1",
"github-timeline-stream": "*",
"grunt": "~1.6.0",
"jquery": "~3.5.0",
"jquery-ui": "~1.13.2",
"map-stream": "~0.1.0",
"moment": "~2.29.2",
"moment-timezone": "0.0.6",
"pleaserotate.js": "*",
"pusher.color": "~0.2.4",
"request": "~2.88.2",
"serve-favicon": "~2.4.5",
"three": "~0.125.0",
"wikipedia-stream": "*"
},
"devDependencies": {
"grunt": "~1.6.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-copy": "~0.5.0",
"browserify": "~3.44.2",
"grunt-browserify": "~2.0.8",
"grunt-contrib-uglify": "~0.4.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodejs stream-server.js"
},
"repository": {
"type": "git",
"url": "git://github.com/arscan/encom-boardroom.git"
},
"author": "[email protected]",
"license": "MIT"
}