-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
50 lines (50 loc) · 1.24 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "betty-cli",
"version": "0.2.0",
"description": "Open source Google Voice with Receptionist abilities",
"homepage": "https://github.com/SamyPesse/betty",
"license": "Apache-2.0",
"main": "./lib/index.js",
"dependencies": {
"express": "4.12.3",
"twilio": "2.0.0",
"lodash": "3.7.0",
"q": "1.2.0",
"body-parser": "1.12.3",
"phone-regex": "2.0.0",
"morgan": "1.5.2",
"node-phonenumber": "0.2.1",
"basic-auth": "1.0.0",
"natural": "0.2.1",
"nunjucks": "1.3.3",
"moment": "2.10.2",
"normall": "0.2.2",
"natural": "0.2.1",
"cookie-session" : "1.1.0"
},
"devDependencies": {
"mocha": "2.2.4",
"chai": "2.2.0",
"gulp": "3.8.11",
"gulp-less": "3.0.3"
},
"scripts": {
"test": "mocha --reporter list"
},
"bugs": {
"url": "https://github.com/SamyPesse/betty/issues"
},
"authors": [
{
"name": "Samy Pesse",
"email": "[email protected]"
}
],
"bin": {
"betty": "./betty.js"
},
"repository": {
"type" : "git",
"url" : "https://github.com/SamyPesse/betty.git"
}
}