UNPKG

474 BJSONView Raw
1{
2 "name": "n-concept",
3 "homepage": "https://github.com/financial-times/n-concept",
4 "description": "n-concept provides a card for concepts (e.g. topic, author) and their articles",
5 "ignore": [
6 "**/.*",
7 "node_modules",
8 "bower_components",
9 "test",
10 "tests"
11 ],
12 "dependencies": {
13 "o-card": "^2.0.0",
14 "o-grid": "^4.2.3",
15 "o-tracking": "^1.1.15",
16 "n-myft-ui": "^3.0.0",
17 "n-image": "^4.9.0",
18 "n-ui-foundations": "^1.0.0"
19 }
20}