-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 789 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 789 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
30
31
{
"name": "themes",
"version": "1.0.0",
"description": "Themes ====== When recognizing specific spoken words / faces / text, play a theme song or video, with a little randomness.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/korjan/themes.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/korjan/themes/issues"
},
"homepage": "https://github.com/korjan/themes",
"dependencies": {
"aws-sdk": "*",
"body-parser": "^1.9.3",
"express": "^4.10.4",
"formidable": "^1.0.15",
"jade": "^1.8.0",
"mongodb": "^1.4.22",
"mongoose": "^3.8.19",
"morgan": "^1.5.0",
"socket.io": "^1.2.1",
"underscore": "^1.7.0"
}
}