UNPKG

3.29 kBJSONView Raw
1{
2 "name": "skypager-project",
3 "version": "20.0.0",
4 "description": "skypager project framework",
5 "keywords": [
6 "skypager",
7 "active",
8 "publishing",
9 "reactive",
10 "documents",
11 "react",
12 "markdown"
13 ],
14 "homepage": "https://github.com/skypager/skypager#readme",
15 "bugs": {
16 "url": "https://github.com/skypager/skypager/issues"
17 },
18 "license": "MIT",
19 "author": "Jon Soeder <jon@chicago.com> (https://twitter.com/soederpop)",
20 "main": "lib/index.js",
21 "repository": {
22 "type": "git",
23 "url": "git+ssh://git@github.com/skypager/skypager.git"
24 },
25 "scripts": {
26 "test": "../skypager-cli/skypager test",
27 "test:watch": "../skypager-cli/skypager test --watch --growl",
28 "lint": "make lint",
29 "build": "../skypager/bin/skypager-webpack",
30 "build:watch": "../skypager/bin/skypager-webpack --watch",
31 "dev": "../skypager/bin/skypager-webpack && ../skypager/bin/skypager console"
32 },
33 "devDependencies": {
34 "babel-eslint": "^7.1.1",
35 "remark-cli": "^2.0.0"
36 },
37 "dependencies": {
38 "babel-core": "^6.14.0",
39 "babel-polyfill": "^6.13.0",
40 "child-process-promise": "^2.0.3",
41 "clean-stack": "^1.1.1",
42 "convert-vinyl-to-vfile": "^1.0.0",
43 "docblock-parser": "^1.0.0",
44 "fbemitter": "^2.0.2",
45 "find-node-modules": "^1.0.3",
46 "findup-sync": "^0.4.2",
47 "fs-extra-promise": "^0.4.0",
48 "fs-promise": "^1.0.0",
49 "hast-util-parse-selector": "^2.0.0",
50 "isomorphic-vm": "0.0.1",
51 "lodash": "^4.17.4",
52 "mdast-util-heading-range": "^2.0.1",
53 "mdast-util-inject": "^1.1.0",
54 "mdast-util-to-string": "^1.0.2",
55 "mdast-zone": "^3.0.0",
56 "mem-fs": "^1.1.3",
57 "minimist": "^1.2.0",
58 "mware": "^1.0.1",
59 "object-hash": "^1.1.5",
60 "path-is-absolute": "^1.0.0",
61 "path-to-regexp": "^1.5.3",
62 "remark": "^6.2.0",
63 "remark-autolink-headings": "^4.0.0",
64 "remark-comment-blocks": "^2.0.1",
65 "remark-comment-config": "^4.0.1",
66 "remark-contributors": "^2.0.0",
67 "remark-github": "^6.0.1",
68 "remark-html": "^5.0.0",
69 "remark-license": "^2.0.1",
70 "remark-lint": "^5.4.0",
71 "remark-normalize-headings": "^0.3.0",
72 "remark-parse": "^2.0.1",
73 "remark-slug": "^4.2.0",
74 "remark-squeeze-paragraphs": "^3.0.0",
75 "remark-stringify": "^2.3.0",
76 "remark-strip-badges": "^3.0.2",
77 "remark-toc": "^3.1.0",
78 "remark-usage": "^4.0.1",
79 "remark-validate-links": "^5.0.0",
80 "remark-yaml-annotations": "^1.0.2",
81 "remark-yaml-config": "^3.0.2",
82 "skypager-dotenv": "^14.0.0",
83 "skypager-helper": "^20.0.0",
84 "skypager-registry": "^17.2.0",
85 "skypager-util": "^17.2.0",
86 "unist-util-filter": "^0.2.1",
87 "unist-util-find-after": "^2.0.0",
88 "unist-util-find-all-after": "^1.0.0",
89 "unist-util-find-all-before": "^2.0.0",
90 "unist-util-index": "^0.1.0",
91 "unist-util-map": "^1.0.2",
92 "unist-util-parents": "^0.1.2",
93 "unist-util-position": "^3.0.0",
94 "unist-util-remove-position": "^1.1.0",
95 "unist-util-select": "^1.5.0",
96 "unist-util-source": "^1.0.1",
97 "unist-util-visit": "^1.1.0",
98 "vfile": "^2.0.0",
99 "vinyl-file": "^3.0.0",
100 "vinyl-read": "^1.0.0",
101 "winston": "^2.2.0"
102 },
103 "skypager": {
104 "main": "skypager.js",
105 "paths": {
106 "output": "lib"
107 }
108 }
109}