UNPKG

3.03 kBJSONView Raw
1{
2 "name": "@thebespokepixel/meta",
3 "version": "0.2.0",
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 --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 --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 "clean": "gulp clean"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/MarkGriffiths/meta.git"
18 },
19 "files": [
20 "index.js",
21 "index.mjs"
22 ],
23 "keywords": [
24 "metadata",
25 "package",
26 "pkg",
27 "version"
28 ],
29 "author": "Mark Griffiths <mark@thebespokepixel.com> (http://thebespokepixel.com/)",
30 "copyright": {
31 "year": "2018",
32 "owner": "The Bespoke Pixel"
33 },
34 "license": "MIT",
35 "bugs": {
36 "url": "https://github.com/MarkGriffiths/meta/issues"
37 },
38 "homepage": "https://github.com/MarkGriffiths/meta#readme",
39 "devDependencies": {
40 "@babel/core": "^7.0.0-beta.49",
41 "@babel/preset-env": "^7.0.0-beta.49",
42 "ava": "^0.25.0",
43 "documentation": "^8.0.0",
44 "documentation-theme-bespoke": "^0.3.5",
45 "gulp": "^4.0.0",
46 "gulp-better-rollup": "^3.1.0",
47 "gulp-rename": "^1.2.3",
48 "gulp-strip-comments": "^2.5.2",
49 "nyc": "^12.0.2",
50 "rollup-plugin-babel": "^4.0.0-beta.4",
51 "xo": "^0.21.1"
52 },
53 "xo": {
54 "semicolon": false,
55 "esnext": true,
56 "ignores": [
57 "index.js",
58 "lib/**",
59 "docs/**",
60 "test/coverage/**"
61 ]
62 },
63 "dependencies": {
64 "read-pkg-up": "^3.0.0"
65 },
66 "badges": {
67 "github": "MarkGriffiths",
68 "npm": "thebespokepixel",
69 "name": "meta",
70 "style": "flat",
71 "providers": {
72 "status": {
73 "text": "beta",
74 "color": "blue"
75 },
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 "status",
87 "npm",
88 "travis",
89 "david"
90 ],
91 [
92 "code-climate",
93 "code-climate-coverage",
94 "snyk"
95 ]
96 ],
97 "Developer": [
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 "code-climate-coverage"
114 ],
115 [
116 "david"
117 ]
118 ]
119 }
120}