UNPKG

3.12 kBJSONView Raw
1{
2 "name": "@thebespokepixel/meta",
3 "version": "0.2.3",
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": "2018",
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.0.0-beta.49",
40 "@babel/preset-env": "^7.0.0-beta.49",
41 "ava": "^0.25.0",
42 "documentation": "^8.0.0",
43 "documentation-theme-bespoke": "^0.4.2",
44 "gulp": "^4.0.0",
45 "gulp-better-rollup": "^3.1.0",
46 "gulp-rename": "^1.2.3",
47 "gulp-strip-comments": "^2.5.2",
48 "nyc": "^12.0.2",
49 "rollup-plugin-babel": "^4.0.0-beta.4",
50 "xo": "^0.21.1"
51 },
52 "xo": {
53 "semicolon": false,
54 "esnext": true,
55 "ignores": [
56 "index.js",
57 "index.mjs",
58 "lib/**",
59 "docs/**",
60 "test/coverage/**"
61 ]
62 },
63 "dependencies": {
64 "read-pkg-up": "^4.0.0"
65 },
66 "badges": {
67 "github": "MarkGriffiths",
68 "npm": "thebespokepixel",
69 "codeclimate": "eec746851b0b0631df32",
70 "name": "meta",
71 "style": "flat",
72 "providers": {
73 "status": {
74 "text": "beta",
75 "color": "blue"
76 },
77 "aux1": {
78 "title": "github",
79 "text": "source",
80 "color": "4E73B6",
81 "link": "https://github.com/MarkGriffiths/meta"
82 }
83 },
84 "readme": {
85 "Status": [
86 [
87 "status",
88 "npm",
89 "travis",
90 "david"
91 ],
92 [
93 "code-climate",
94 "code-climate-coverage",
95 "snyk"
96 ]
97 ],
98 "Developer": [
99 "david-dev",
100 "rollup",
101 "greenkeeper"
102 ],
103 "Help": [
104 "inch",
105 "gitter"
106 ]
107 },
108 "docs": [
109 [
110 "aux1",
111 "travis"
112 ],
113 [
114 "code-climate"
115 ],
116 [
117 "code-climate-coverage"
118 ],
119 [
120 "david"
121 ]
122 ]
123 }
124}