-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 732 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 732 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
28
29
{
"name": "eventsearch",
"version": "1.0.0",
"description": "csci571 - hw8",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "cspark",
"license": "ISC",
"dependencies": {
"angular-animate": "^1.7.5",
"angular-aria": "^1.7.0",
"angular-material": "^1.1.10",
"angular-messages": "^1.7.0",
"angular-moment": "^1.3.0",
"angular-svg-round-progressbar": "^0.4.8",
"aws-sdk": "^2.349.0",
"cors": "^2.8.4",
"express": "^4.16.4",
"google-maps": "^3.3.0",
"https": "^1.0.0",
"moment": "^2.22.2",
"ngeohash": "^0.6.0",
"path": "^0.12.7",
"spotify-web-api-node": "^4.0.0"
}
}