-
Notifications
You must be signed in to change notification settings - Fork 175
/
package.json
38 lines (38 loc) · 992 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
36
37
38
{
"name": "juliusjs-dev",
"version": "0.0.0",
"description": "Development scripts for JuliusJS",
"main": "js/server.js",
"scripts": {
"make": "./reemscript.sh",
"preinstall": "if [ -f '.emscripted_flag' ]; then exit; fi; ./emscript.sh;",
"prestart": "npm i",
"start": "./node_modules/.bin/supervisor --watch js,js/listener --extensions js,html,data,dfa,dict --exec node js/server.js",
"test": "echo 'Coming soon...'"
},
"repository": {
"type": "git",
"url": "git://github.com/zzmp/juliusjs.git"
},
"keywords": [
"julius",
"juliusjs",
"speech",
"recognition",
"keyword",
"spotting",
"test",
"testing"
],
"author": "Zach Pomerantz <[email protected]> (http://garabagne.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/zzmp/juliusjs/issues"
},
"homepage": "https://github.com/zzmp/juliusjs",
"private": true,
"devDependencies": {
"express": "^4.7.2",
"supervisor": "^0.6.0"
}
}