-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 966 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
38
{
"name": "format_phonenumbers_server",
"version": "1.0.0",
"description": "Format phonenumbers using nodejs server",
"scripts": {
"test": "./node_modules/.bin/mocha test"
},
"dependencies": {
"bluebird": "^2.3.10",
"body-parser": "~1.8.1",
"cookie-parser": "~1.3.3",
"debug": "~2.0.0",
"express": "~4.9.0",
"jade": "~1.6.0",
"libphonenumber": "0.0.8",
"morgan": "~1.10.0",
"serve-favicon": "~2.1.3",
"underscore": "^1.7.0"
},
"devDependencies": {
"mocha": "^2.0.1",
"should": "^4.1.0",
"supertest": "^0.14.0"
},
"repository": {
"type": "git",
"url": "https://github.com/wallymathieu/format_phonenumbers_server.git"
},
"keywords": [
"phonenumber"
],
"author": "Oskar Gewalli",
"license": "MIT",
"bugs": {
"url": "https://github.com/wallymathieu/format_phonenumbers_server/issues"
},
"homepage": "https://github.com/wallymathieu/format_phonenumbers_server"
}