forked from xRadioLAB/HackerX_slive
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.28 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
{
"name": "Slive",
"version": "0.0.1",
"description": "Slive is a Project by Team Quincopter built in CareerX-HackerX Hackathon. Slive is a Slack Bot, designed to assist Speakers in Group meetings.",
"organization": "Team Quincopter",
"author": {
"team": "Team Quincopter",
"name": [
"Superwoods",
"John",
"Lxcv",
"Xiaohao",
"ZhangYuefeng"
],
"email": "[email protected]",
"url": "https://github.com/xinhuaRadioLAB"
},
"homepage": "https://github.com/xinhuaRadioLAB/HackerX_slive/",
"repository": {
"type": "git",
"url": "https://github.com/xinhuaRadioLAB/HackerX_slive/"
},
"bugs": "https://github.com/xinhuaRadioLAB/HackerX_slive/issues",
"github": "https://github.com/xinhuaRadioLAB/HackerX_slive.git",
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"browser-sync": "^2.9.3",
"ejs": "*",
"grunt": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-cssmin": "*",
"grunt-contrib-uglify": "*",
"load-grunt-tasks": "*",
"echarts": "^3.2.1",
"socket.io": "^1.4.8"
}
}