-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.71 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "typhonjs-github-inspect-orgs-transform",
"version": "0.1.0",
"homepage": "https://github.com/typhonjs-node-scm/typhonjs-github-inspect-orgs-transform/",
"description": "A NPM module transforming compound GitHub queries for many-repo projects from typhonjs-github-inspect-orgs to HTML, JSON, Markdown or text.",
"license": "MPL-2.0",
"author": {
"name": "Mike Leahy"
},
"repository": {
"type": "git",
"url": "https://github.com/typhonjs-node-scm/typhonjs-github-inspect-orgs-transform.git"
},
"maintainers": [
{
"name": "Mike Leahy",
"email": "support@js.typhonrt.org"
}
],
"dependencies": {
"typhonjs-github-inspect-orgs": "^0.1.0"
},
"devDependencies": {
"gulp": "^3.0.0",
"typhonjs-config-eslint": "^0.4.0",
"typhonjs-core-gulptasks": "^0.6.0",
"typhonjs-github-orgs-gulptasks": "^0.x.x",
"typhonjs-npm-build-test": "^0.1.0"
},
"scripts": {
"build": "babel-node ./node_modules/typhonjs-npm-scripts-build-babel/scripts/build.js",
"prepublish": "babel-node ./node_modules/typhonjs-npm-scripts-publish/scripts/prepublish.js",
"test": "babel-node ./node_modules/typhonjs-npm-scripts-test-mocha/scripts/mocha.js",
"test-coverage": "babel-node ./node_modules/typhonjs-npm-scripts-test-mocha/scripts/mocha-istanbul.js"
},
"keywords": [
"typhonjs",
"github",
"organizations",
"many",
"repos",
"transform",
"html",
"json",
"markdown",
"text"
],
"main": "dist/GitHubInspectOrgsTransform.js",
"files": [
"dist",
"src",
"AUTHORS.md",
".esdocrc"
],
"directories": {},
"bugs": {
"url": "https://github.com/typhonjs-node-scm/typhonjs-github-inspect-orgs-transform/issues"
}
}