UNPKG

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