forked from fredrik/nodejs-multipart-form-upload
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 801 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": "nodejs-sphinx",
"version": "0.0.2",
"description": "node server which accepts audio files and runs praat and sphinx on them",
"main": "server.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "mocha --recursive test",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cesine/nodejs-sphinx.git"
},
"keywords": [
"sphinx"
],
"author": "cesine",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/cesine/nodejs-sphinx/issues"
},
"homepage": "https://github.com/cesine/nodejs-sphinx#readme",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.2.2",
"supertest": "^4.0.2"
},
"dependencies": {
"bunyan": "^1.8.12",
"formidable": "^1.2.1"
}
}