-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 820 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 820 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
{
"name": "connfu",
"version": "0.2.0",
"description": "DSL for creating real time voice applications using connFu platform",
"homepage": "http://connfu.com",
"keywords": ["VoIP", "voice", "social", "realtime", "stream", "chat"],
"author": "Rafael de Oleza <roa@tid.es> (https://github.com/rafeca)",
"contributors": [],
"repository": {
"type": "git",
"url": "https://github.com/bluevialabs/connfu-node.git"
},
"dependencies": {
"winston": "0.3.x",
"colors": "0.5.x"
},
"devDependencies": {
"jasmine-node": "1.0.x",
"growl": "1.1.x",
"nodewatch": "0.0.x",
"jake": "0.1.x"
},
"main": "index",
"bin" : {
"connfu" : "./bin/connfu"
},
"engines": { "node": ">= 0.4.5" },
"scripts": {
"test": "./node_modules/jasmine-node/bin/jasmine-node spec"
}
}