-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.42 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.42 KB
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
51
52
53
54
55
56
57
58
59
60
{
"name": "enviar",
"version": "1.1.0",
"description": "Chat interface for SMS / text messages",
"main": "server.js",
"scripts": {
"start": "node server/index.js",
"test": "ava --verbose",
"bootstrap": "node database/bootstrap.js",
"cors": "add-cors-to-couchdb",
"user": "node database/user.js"
},
"author": "timwis <tim@timwis.com>",
"license": "MIT",
"repository": "timwis/enviar",
"keywords": [
"sms",
"text",
"inbox",
"chat"
],
"dependencies": {
"add-cors-to-couchdb": "0.0.6",
"bankai": "^3.3.0",
"body": "^5.1.0",
"browserify": "^13.1.0",
"choo": "^3.2.0",
"choo-log": "^1.4.0",
"common-tags": "^1.3.1",
"couchdb-bootstrap": "^1.14.0",
"dotenv": "^2.0.0",
"envify": "^3.4.1",
"font-awesome": "^4.6.3",
"get-form-data": "^1.2.5",
"insert-css": "^0.2.0",
"lodash": "^4.14.1",
"meow": "^3.7.0",
"nano": "^6.2.0",
"postmark": "^1.2.1",
"pouchdb": "^5.4.5",
"pouchdb-authentication": "^0.5.4",
"purecss": "^0.6.0",
"push.js": "0.0.11",
"run-parallel": "^1.1.6",
"run-series": "^1.1.4",
"server-router": "^2.1.0",
"sheetify": "^5.0.5",
"shortid": "^2.2.6",
"timeago.js": "^1.0.5",
"twilio": "^2.9.1",
"uuid": "^3.0.0",
"xtend": "^4.0.1"
},
"devDependencies": {
"ava": "^0.16.0",
"jsdom": "^9.4.1",
"jsdom-global": "^2.0.0",
"testdouble": "^1.6.1"
}
}