-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 876 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 876 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
32
33
34
35
36
37
38
39
40
41
{
"name": "neospeech",
"description": "NeoSpeech TTS client library for Node.js",
"version": "0.1.0",
"license": "MIT",
"author": {
"name": "Pilwon Huh",
"email": "pilwon@gmail.com"
},
"homepage": "https://github.com/pilwon/node-neospeech",
"repository": {
"type": "git",
"url": "git://github.com/pilwon/node-neospeech.git"
},
"keywords": [
"neospeech",
"tts",
"text-to-speech",
"speech",
"client",
"library"
],
"dependencies": {
"colors": "~0.6.0-1",
"lodash": "~1.3.1"
},
"devDependencies": {
"chai": "~1.5.0",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.3.0",
"grunt-mocha-test": "~0.2.2",
"grunt-regarde": "~0.1.1",
"matchdep": "~0.1.2",
"mocha": "~1.8.2",
"node-gyp": "~0.10.0"
},
"scripts": {
"prepublish": "npm prune",
"test": "grunt test"
}
}