UNPKG

789 BJSONView Raw
1{
2 "name": "@foba/quotes-literature",
3 "version": "0.4.2",
4 "description": "quotes on literature",
5 "main": "dist/index.cjs.js",
6 "module": "dist/index.esm.js",
7 "files": [
8 "dist"
9 ],
10 "publishConfig": {
11 "access": "public"
12 },
13 "scripts": {
14 "pub": "npm publish",
15 "test": "node test"
16 },
17 "dependencies": {
18 "@foba/util-quotes": "^0.4.2"
19 },
20 "repository": {
21 "type": "git",
22 "url": "git+https://github.com/hoyeungw/foba.git"
23 },
24 "keywords": [
25 "quotes",
26 "quotes-literature",
27 "literature",
28 "wikiquote"
29 ],
30 "author": "Hoyeung Wong",
31 "license": "MIT",
32 "bugs": {
33 "url": "https://github.com/hoyeungw/foba"
34 },
35 "homepage": "https://github.com/hoyeungw/foba#readme",
36 "gitHead": "ab2e13fa712769d125b314879c3b3713de6332be"
37}