forked from fjamon/cellcube-ussd-page-builder-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 991 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": "@mikashboks/cellcube-ussd-page-builder-nodejs",
"version": "1.0.6",
"description": "A NodeJs module for generating USSD pages for Myriade's CellCube platform",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mikashboks/cellcube-ussd-page-builder-nodejs.git"
},
"keywords": [
"ussd",
"myriade",
"app"
],
"author": "François Joseph AMON D'ABY <ange_amon@live.fr> (fj.amondaby.net)",
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/mikashboks/cellcube-ussd-page-builder-nodejs/blob/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/mikashboks/cellcube-ussd-page-builder-nodejs/issues"
},
"homepage": "https://github.com/mikashboks/cellcube-ussd-page-builder-nodejs#readme",
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^2.3.4"
},
"dependencies": {
"urlencode": "^1.1.0"
}
}