UNPKG

3.11 kBJSONView Raw
1{
2 "name": "@thebespokepixel/meta",
3 "version": "1.0.1",
4 "description": "Extract package metadata with consistent presentation",
5 "main": "index.js",
6 "module": "index.mjs",
7 "scripts": {
8 "test": "xo && nyc ava",
9 "doc-serve": "documentation serve --watch --theme node_modules/documentation-theme-bespoke --github --config src/docs/documentation.yml --project-name $npm_package_name --project-version $npm_package_version src/index.js",
10 "doc-build": "documentation build --format html --output docs --theme node_modules/documentation-theme-bespoke --github --config src/docs/documentation.yml --project-name $npm_package_name --project-version $npm_package_version src/index.js",
11 "readme": "compile-readme -u src/docs/example.md src/docs/readme.md > readme.md",
12 "coverage": "nyc ava && nyc report --reporter=lcov --report-dir test/coverage; open test/coverage/lcov-report/index.html"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/MarkGriffiths/meta.git"
17 },
18 "files": [
19 "index.js",
20 "index.mjs"
21 ],
22 "keywords": [
23 "metadata",
24 "package",
25 "pkg",
26 "version"
27 ],
28 "author": "Mark Griffiths <mark@thebespokepixel.com> (http://thebespokepixel.com/)",
29 "copyright": {
30 "year": "2019",
31 "owner": "The Bespoke Pixel"
32 },
33 "license": "MIT",
34 "bugs": {
35 "url": "https://github.com/MarkGriffiths/meta/issues"
36 },
37 "homepage": "https://github.com/MarkGriffiths/meta#readme",
38 "devDependencies": {
39 "@babel/core": "^7.3.3",
40 "@babel/preset-env": "^7.3.1",
41 "acorn": "^6.1.0",
42 "ava": "^1.2.1",
43 "documentation": "^9.1.1",
44 "documentation-theme-bespoke": "^0.4.11",
45 "gulp": "^4.0.0",
46 "gulp-better-rollup": "^3.4.0",
47 "gulp-rename": "^1.4.0",
48 "gulp-strip-comments": "^2.5.2",
49 "nyc": "^13.3.0",
50 "rollup-plugin-babel": "^4.3.2",
51 "rollup-plugin-commonjs": "^9.2.0",
52 "rollup-plugin-node-resolve": "^4.0.0",
53 "xo": "^0.24.0"
54 },
55 "xo": {
56 "semicolon": false,
57 "esnext": true,
58 "ignores": [
59 "index.js",
60 "index.mjs",
61 "lib/**",
62 "docs/**",
63 "test/coverage/**"
64 ]
65 },
66 "dependencies": {
67 "read-pkg-up": "^4.0.0"
68 },
69 "badges": {
70 "github": "MarkGriffiths",
71 "npm": "thebespokepixel",
72 "codeclimate": "eec746851b0b0631df32",
73 "name": "meta",
74 "style": "flat",
75 "providers": {
76 "aux1": {
77 "title": "github",
78 "text": "source",
79 "color": "4E73B6",
80 "link": "https://github.com/MarkGriffiths/meta"
81 }
82 },
83 "readme": {
84 "Status": [
85 [
86 "npm",
87 "travis",
88 "david"
89 ],
90 [
91 "code-climate",
92 "code-climate-coverage",
93 "snyk"
94 ]
95 ],
96 "Developer": [
97 "greenkeeper",
98 "david-dev",
99 "rollup"
100 ],
101 "Help": [
102 "inch",
103 "gitter"
104 ]
105 },
106 "docs": [
107 [
108 "aux1",
109 "travis"
110 ],
111 [
112 "code-climate"
113 ],
114 [
115 "code-climate-coverage"
116 ],
117 [
118 "david"
119 ]
120 ]
121 }
122}