forked from nitsnets/unicorn_components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.dist.json
33 lines (33 loc) · 938 Bytes
/
package.dist.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
{
"name": "@unicorn.io/components",
"version": "1.0.0-18",
"description": "Angular UI components kit of Unicorn Platform.",
"license": "MIT",
"author": "Nitsnets S.L.",
"repository": "https://github.com/nitsnets/unicorn_components",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@angular/common": "2.4.x - 5.x",
"@angular/core": "2.4.x - 5.x",
"@angular/forms": "2.4.x - 5.x",
"@angular/platform-browser": "2.4.x - 5.x",
"@angular/platform-browser-dynamic": "2.4.x - 5.x",
"core-js": "2.x",
"rxjs": "5.x",
"ts-node": "3.x",
"tslint": "5.x",
"typescript": "2.x",
"zone.js": "0.8.x"
},
"dependencies": {
"moment": "2.18.1"
},
"optionalDependencies": {
"chart.js": "2.4.x",
"flickity": "2.x",
"hammerjs": "2.x"
}
}