-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
51 lines (51 loc) · 1.4 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
47
48
49
50
51
{
"name": "random-duty",
"version": "1.0.1",
"description": "",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tsaiid/vghks-random-duty.git"
},
"author": "I-Ta Tsai",
"license": "MIT",
"bugs": {
"url": "https://github.com/tsaiid/vghks-random-duty/issues"
},
"homepage": "https://github.com/tsaiid/vghks-random-duty#readme",
"devDependencies": {
"eslint": "^4.10.0",
"eslint-config-google": "^0.9.1",
"grunt": "latest",
"grunt-contrib-connect": "latest",
"grunt-contrib-copy": "latest",
"grunt-contrib-watch": "latest",
"grunt-sync": "latest"
},
"dependencies": {
"blockui-npm": "^1.0.0",
"bootstrap": "^3.3.7",
"bootstrap-switch": "^3.3.4",
"bootstrap3-dialog": "^1.35.4",
"crypto-js": "^3.1.9-1",
"excellentexport": "^3.0.0",
"font-awesome": "^4.7.0",
"fullcalendar": "~2",
"html2canvas": "^0.5.0-beta4",
"jQuery-ui-Slider-Pips": "https://github.com/simeydotme/jQuery-ui-Slider-Pips",
"jquery": "^3.2.1",
"jquery-contenteditable": "https://github.com/makesites/jquery-contenteditable",
"jquery-ui-dist": "^1.12.1",
"jquery-ui-themes": "^1.12.0",
"js-cookie": "^2.1.4",
"marked": "^0.3.6",
"moment": "^2.19.1",
"pace-js": "^1.0.2"
},
"engines": {
"yarn": ">= 1.0.0"
}
}