-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 852 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
{
"name": "speech_synthesis",
"version": "1.0.0",
"description": "Text to speech synthesis with persistent data storage",
"main": "server/server.js",
"scripts": {
"start": "node server/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toddmacintyre/speech_synthesis.git"
},
"keywords": [
"Speech",
"Text",
"Accessibility"
],
"author": "Todd MacIntyre",
"license": "ISC",
"bugs": {
"url": "https://github.com/toddmacintyre/speech_synthesis/issues"
},
"homepage": "https://github.com/toddmacintyre/speech_synthesis#readme",
"dependencies": {
"angular": "^1.6.2",
"angular-route": "^1.6.2",
"body-parser": "^1.17.1",
"express": "^4.15.2",
"mongoose": "^4.8.6",
"morgan": "^1.8.1"
}
}