-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.13 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
{
"name": "phonorama",
"preferGlobal": true,
"version": "0.0.1",
"author": "Donald Piret <[email protected]>",
"description": "a twilio app to handle our incoming phone calls on Roomroama",
"contributors": [],
"scripts": {
"start": "coffee ./server.coffee"
},
"main": "./lib/phonorama",
"repository": {
"type": "git",
"url": "https://github.com/roomorama/phonorama-node.git"
},
"dependencies": {
"coffee-script": "~1.6.3",
"restler": "~3.1.0",
"express": "~3.4.7",
"mysql": "^2.0.0",
"node-zendesk": "0.0.9",
"underscore": "^1.6.0",
"sequelize": "^1.7.0",
"rollbar": "~0.3.1",
"dotenv": "~0.2.5",
"log": "~1.4.0",
"twilio": "~1.6.0"
},
"analyze": false,
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-uglify": "~0.2.2",
"jasmine-node": "~1.12.0",
"grunt-express-server": "~0.4.11",
"grunt-contrib-watch": "~0.5.3",
"sqlite3": "^2.2.0",
"nock": "^0.27.2"
},
"bundledDependencies": [],
"license": "RESTRICTED",
"engines": {
"node": ">=0.10"
}
}