forked from gmphp/mailhops-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 995 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 995 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
{
"name": "mailhops-api",
"version": "2.0.1",
"description": "An email routing API",
"main": "index.php",
"author": "Andrew Van Tassel",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mailhops/mailhops-api.git"
},
"bugs": {
"url": "https://github.com/mailhops/mailhops-api/issues"
},
"homepage": "https://mailhops.com",
"keywords": [
"email",
"geoip",
"route",
"map"
],
"scripts": {
"postinstall": "bower install;",
"test": "phpunit --bootstrap v1/vendor/autoload.php tests/MailHopsTest; phpunit --bootstrap v2/vendor/autoload.php tests/MailHopsTest"
},
"dependencies": {
"angular": "^1.4.6",
"angular-leaflet-directive": "git://github.com/tombatossals/angular-leaflet-directive",
"bootstrap": "^3.3.4",
"font-awesome": "git://github.com/FortAwesome/Font-Awesome",
"jquery": "^2.1.4",
"leaflet": "^0.7.4",
"leaflet-providers": "^1.0.29",
"bower": "^1.7.9"
}
}