forked from meta-magic/amexio.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 848 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
{
"name": "amexio-ng-extensions",
"version": "2.1.3",
"repository": {
"type": "git",
"url": "https://github.com/meta-magic/amexio.github.io"
},
"author": {
"name": "MetaMagic Global",
"email": "[email protected]"
},
"keywords": [
"angular"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/meta-magic/amexio.github.io/issues"
},
"main": "amexio-ng-extensions.umd.js",
"module": "amexio-ng-extensions.js",
"jsnext:main": "amexio-ng-extensions.js",
"typings": "amexio-ng-extensions.d.ts",
"peerDependencies": {
"@angular/core": "^4.0.0",
"@angular/forms": "^4.0.0",
"@angular/http": "^4.0.0",
"rxjs": "^5.1.0",
"zone.js": "^0.8.4",
"jquery": "^3.2.1",
"tether": "^1.4.0",
"bootstrap": "^4.0.0-alpha.6",
"font-awesome": "^4.7.0"
}
}