-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
35 lines (35 loc) · 959 Bytes
/
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
{
"name": "ucf-garage-assistant",
"version": "1.0.0",
"description": "A helper for ucf students and incorporating it into Google Assistant",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"actions-on-google": "^2.6.0",
"body-parser": "^1.18.3",
"cheerio": "^1.0.0-rc.2",
"express": "^4.16.4",
"moment": "^2.24.0",
"number-to-words": "^1.2.4",
"request": "^2.88.0",
"string-template": "^1.0.0",
"uuid": "^3.3.2"
},
"devDependencies": {},
"scripts": {
"test": "node index.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/potato-apple-star/UCFParkingAssistant.git"
},
"author": "[nabakin, nayoshi12, burgly]",
"license": "ISC",
"bugs": {
"url": "https://github.com/potato-apple-star/UCFParkingAssistant/issues"
},
"homepage": "https://github.com/potato-apple-star/UCFParkingAssistant#readme"
}