forked from dougbtv/vnf-asterisk-controller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 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
36
37
{
"name": "vnf-asterisk-controller",
"preferGlobal": true,
"version": "0.0.1",
"author": "@dougbtv",
"description": "Controller for an asterisk VNF",
"scripts": {
"start": "node vnf-asterisk-controller.js",
"test": "grunt nodeunit"
},
"main": "./vnf-asterisk-controller.js",
"repository": {
"type": "git",
"url": "[email protected]:dougbtv/vnf-asterisk-controller.git"
},
"keywords": [
"messages",
"api",
"telephony"
],
"dependencies": {
"async": "*",
"etcdjs": "*",
"bunyan": "*",
"bunyan-prettystream": "*",
"moment": "*",
"nomnom": "*",
"request": "*",
"request-json": "^0.5.3",
"restify": "4.3.0",
"uuid": "*"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-nodeunit": "~0.4.1"
}
}