UNPKG

3.38 kBJSONView Raw
1{
2 "name": "skypager-project",
3 "version": "15.0.1",
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 "dependencies": {
34 "babel-core": "^6.14.0",
35 "babel-eslint": "^6.1.2",
36 "babel-polyfill": "^6.13.0",
37 "child-process-promise": "^2.0.3",
38 "clean-stack": "^0.1.1",
39 "convert-vinyl-to-vfile": "^1.0.0",
40 "docblock-parser": "^1.0.0",
41 "fbemitter": "^2.0.2",
42 "find-node-modules": "^1.0.3",
43 "findup-sync": "^0.4.2",
44 "fs-extra-promise": "^0.4.0",
45 "fs-promise": "^0.5.0",
46 "hast-util-parse-selector": "^2.0.0",
47 "isomorphic-vm": "0.0.1",
48 "lodash": "^4.17.4",
49 "mdast-util-heading-range": "^2.0.1",
50 "mdast-util-inject": "^1.1.0",
51 "mdast-util-to-string": "^1.0.2",
52 "mdast-zone": "^3.0.0",
53 "mem-fs": "^1.1.3",
54 "minimist": "^1.2.0",
55 "mware": "0.0.3",
56 "object-hash": "^1.1.5",
57 "path-is-absolute": "^1.0.0",
58 "path-to-regexp": "^1.5.3",
59 "remark": "^5.1.0",
60 "remark-autolink-headings": "^4.0.0",
61 "remark-cli": "^2.0.0",
62 "remark-comment-blocks": "^2.0.1",
63 "remark-comment-config": "^4.0.1",
64 "remark-contributors": "^2.0.0",
65 "remark-github": "^6.0.1",
66 "remark-html": "^5.0.0",
67 "remark-license": "^2.0.1",
68 "remark-lint": "^4.0.2",
69 "remark-normalize-headings": "^0.3.0",
70 "remark-parse": "^2.0.1",
71 "remark-slug": "^4.2.0",
72 "remark-squeeze-paragraphs": "^3.0.0",
73 "remark-stringify": "^1.0.0",
74 "remark-strip-badges": "^3.0.2",
75 "remark-toc": "^3.1.0",
76 "remark-usage": "^4.0.1",
77 "remark-validate-links": "^5.0.0",
78 "remark-yaml-annotations": "^1.0.2",
79 "remark-yaml-config": "^3.0.2",
80 "skypager-dotenv": "^14.0.0",
81 "skypager-helper": "^15.0.0",
82 "skypager-registry": "^15.0.0",
83 "skypager-util": "^15.0.0",
84 "unist-util-filter": "^0.2.1",
85 "unist-util-find-after": "^1.0.1",
86 "unist-util-find-all-after": "^1.0.0",
87 "unist-util-find-all-before": "^1.0.0",
88 "unist-util-index": "^0.1.0",
89 "unist-util-map": "^1.0.2",
90 "unist-util-parents": "^0.1.2",
91 "unist-util-position": "^2.0.1",
92 "unist-util-remove-position": "^1.1.0",
93 "unist-util-select": "^1.5.0",
94 "unist-util-source": "^1.0.1",
95 "unist-util-visit": "^1.1.0",
96 "vfile": "^2.0.0",
97 "vinyl-file": "^2.0.0",
98 "vinyl-read": "^1.0.0",
99 "winston": "^2.2.0"
100 },
101 "devDependencies": {
102 "chai": "^3.5.0",
103 "mocha": "^2.5.3",
104 "sinon": "^1.17.5",
105 "sinon-chai": "^2.8.0"
106 },
107 "skypager": {
108 "main": "skypager.js",
109 "paths": {
110 "output": "lib"
111 }
112 }
113}