UNPKG

486 BJSONView Raw
1{
2 "name": "cf-notifications",
3 "version": "1.0.2",
4 "description": "Capital Framework notifications",
5 "less": "src/cf-notifications.less",
6 "style": "cf-notifications.css",
7 "scripts": {
8 "//": "This is a convenience script to allow running `npm test` from this dir.",
9 "test": "case $(pwd) in */capital-framework/src/*) cd ../.. && npm test;; esac"
10 },
11 "dependencies": {
12 "cf-core": "^4.0.0",
13 "cf-icons": "^4.0.0"
14 },
15 "keywords": [
16 "notifications"
17 ]
18}