- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage_original.json
More file actions
Latest commit
27 lines (27 loc) · 543 Bytes
/
Copy pathpackage_original.json
File metadata and controls
27 lines (27 loc) · 543 Bytes
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
{
"name": "Class Schedule",
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"window": {
"toolbar": false,
"min_width": 900,
"min_height": 500,
"width": 900,
"height": 600,
"icon": "scheduler.png",
"resizable": true
},
"license": "ISC",
"dependencies": {
"child_process": "^1.0.2",
"fs": "^0.0.1-security",
"path": "^0.12.7",
"moment": "^2.17.1",
"jQuery": "^1.7.4"
}
}