forked from ResEnv/TidZam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (34 loc) · 874 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
{
"name": "tidzam",
"version": "0.2.0",
"description": "TidMarsh: Bird Learning and Recognition Engine",
"main": "index.js",
"scripts": {
"start": "nodejs dist/index.js",
"install": "sh install.sh",
"compile": "(coffee --compile --output dist --watch src &);",
"test": "mocha -w --compilers coffee:coffee-script/register"
},
"author": "DUHART Clément <[email protected]>",
"license": "MIT",
"devDependencies": {
"should": "~8.1.1",
"mocha": "~2.3.4",
"socket.io": "~1.4.4",
"rimraf": "~2.5.2",
"ncp": "~2.0.0",
"express":"~4.13.3",
"socket.io-client":"~1.4.5",
"optparse":"~1.0.5",
"fs-readdir-recursive":"~1.0.0"
},
"dependencies": {
"coffee-script" : "~1.4.x",
"should": "~8.1.1",
"mocha": "~2.3.4",
"rimraf": "~2.5.2",
"ncp": "~2.0.0",
"socket.io": "~1.4.4",
"express":"~4.13.3"
}
}