forked from RazortoothRTC/node-smile-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 811 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": "smile-server",
"descrption": "SMILE Server",
"author": "Juan Pinazo <[email protected]>",
"contributors": [ "Simba",
"Keiko",
"Fish - RIP",
"Benny - RIP",
"version": "1.0.4",
"private": false,
"dependencies": {
"request": "2.2.5",
"nlogger": "0.3.0",
"nodeunit": "0.2.1",
"formidable": "1.0.14",
"async" : "0.2.8",
"fast-csv" : "0.0.1",
"csv" : "0.3.6",
"sha1": "1.0.1",
"pouchdb": "0.0.14",
"winston": ">=0.7.2"
},
"devDependencies": {
"vows": "0.7.0",
"yuidocjs": "0.3.45",
"jshint": "2.1.0"
},
"directories": {
"lib": "."
},
"engines": {
"node": ">=0.8.16"
}
}