forked from praekelt/switchboard-go
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 833 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 833 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
32
33
34
35
36
37
38
39
40
41
42
{
"name": "switchboard-go",
"version": "0.2.0",
"description": "A Vumi Go USSD application for registering health workers.",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"vumigo_v01": "0.1.x",
"jed": "0.5.x"
},
"devDependencies": {
"mocha": "~1.7.1"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/praekelt/switchboard-go"
},
"keywords": [
"vumi",
"ussd",
"tanzania",
"switchboard"
],
"author": "Switchboard <hello@switchboard.org>",
"contributors": [
{
"name": "Simon Cross",
"email": "simon.cross@praekeltfoundation.org"
},
{
"name": "Matt Olson",
"email": "molson@rubycloud.com"
}
],
"license": "BSD",
"readmeFilename": "README"
}