skypager-project
Version:
skypager project framework
110 lines (109 loc) • 3.29 kB
JSON
{
"name": "skypager-project",
"version": "17.3.0",
"description": "skypager project framework",
"keywords": [
"skypager",
"active",
"publishing",
"reactive",
"documents",
"react",
"markdown"
],
"homepage": "https://github.com/skypager/skypager#readme",
"bugs": {
"url": "https://github.com/skypager/skypager/issues"
},
"license": "MIT",
"author": "Jon Soeder <jon@chicago.com> (https://twitter.com/soederpop)",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/skypager/skypager.git"
},
"scripts": {
"test": "../skypager-cli/skypager test",
"test:watch": "../skypager-cli/skypager test --watch --growl",
"lint": "make lint",
"build": "../skypager/bin/skypager-webpack",
"build:watch": "../skypager/bin/skypager-webpack --watch",
"dev": "../skypager/bin/skypager-webpack && ../skypager/bin/skypager console"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"remark-cli": "^2.0.0"
},
"dependencies": {
"babel-core": "^6.14.0",
"babel-polyfill": "^6.13.0",
"child-process-promise": "^2.0.3",
"clean-stack": "^1.1.1",
"convert-vinyl-to-vfile": "^1.0.0",
"docblock-parser": "^1.0.0",
"fbemitter": "^2.0.2",
"find-node-modules": "^1.0.3",
"findup-sync": "^0.4.2",
"fs-extra-promise": "^0.4.0",
"fs-promise": "^1.0.0",
"hast-util-parse-selector": "^2.0.0",
"isomorphic-vm": "0.0.1",
"lodash": "^4.17.4",
"mdast-util-heading-range": "^2.0.1",
"mdast-util-inject": "^1.1.0",
"mdast-util-to-string": "^1.0.2",
"mdast-zone": "^3.0.0",
"mem-fs": "^1.1.3",
"minimist": "^1.2.0",
"mware": "^1.0.1",
"object-hash": "^1.1.5",
"path-is-absolute": "^1.0.0",
"path-to-regexp": "^1.5.3",
"remark": "^6.2.0",
"remark-autolink-headings": "^4.0.0",
"remark-comment-blocks": "^2.0.1",
"remark-comment-config": "^4.0.1",
"remark-contributors": "^2.0.0",
"remark-github": "^6.0.1",
"remark-html": "^5.0.0",
"remark-license": "^2.0.1",
"remark-lint": "^5.4.0",
"remark-normalize-headings": "^0.3.0",
"remark-parse": "^2.0.1",
"remark-slug": "^4.2.0",
"remark-squeeze-paragraphs": "^3.0.0",
"remark-stringify": "^2.3.0",
"remark-strip-badges": "^3.0.2",
"remark-toc": "^3.1.0",
"remark-usage": "^4.0.1",
"remark-validate-links": "^5.0.0",
"remark-yaml-annotations": "^1.0.2",
"remark-yaml-config": "^3.0.2",
"skypager-dotenv": "^14.0.0",
"skypager-helper": "^17.3.0",
"skypager-registry": "^17.2.0",
"skypager-util": "^17.2.0",
"unist-util-filter": "^0.2.1",
"unist-util-find-after": "^2.0.0",
"unist-util-find-all-after": "^1.0.0",
"unist-util-find-all-before": "^2.0.0",
"unist-util-index": "^0.1.0",
"unist-util-map": "^1.0.2",
"unist-util-parents": "^0.1.2",
"unist-util-position": "^3.0.0",
"unist-util-remove-position": "^1.1.0",
"unist-util-select": "^1.5.0",
"unist-util-source": "^1.0.1",
"unist-util-visit": "^1.1.0",
"vfile": "^2.0.0",
"vinyl-file": "^3.0.0",
"vinyl-read": "^1.0.0",
"winston": "^2.2.0"
},
"skypager": {
"main": "skypager.js",
"paths": {
"output": "lib"
}
}
}