popstar-file-reader
Version:
A package that allows using directories filled with markdown files as a CMS, an API, or other purposes. Popstar parses through the markdown files in a format and returns it in an array.
42 lines (41 loc) • 1.07 kB
JSON
{
"name": "popstar-file-reader",
"version": "1.0.5",
"description": "A package that allows using directories filled with markdown files as a CMS, an API, or other purposes. Popstar parses through the markdown files in a format and returns it in an array.",
"main": "./lib/reader.js",
"repository": {
"type": "git",
"url": "https://github.com/AntJanus/popstar-file-reader"
},
"keywords": [
"CMS",
"File reader",
"Markdown",
"API",
"Feed"
],
"author": "Antonin Januska <http://antjanus.com>. [Twitter](http://twitter.com/antjanus).",
"licenses": [
{
"type": "MIT",
"url": "http://en.wikipedia.org/wiki/MIT_License"
}
],
"scripts": {
"compile": "babel -d lib/ src/",
"prepublish": "npm run compile"
},
"dependencies": {
"async": "^1.2.1",
"core-js": "^0.9.14",
"json-structure-validator": "0.0.3",
"lodash": "^3.9.3",
"through2": "^2.0.0",
"vinyl-fs": "^1.0.0"
},
"devDependencies": {
"babel": "^5.5.5",
"mocha": "^2.2.5",
"should": "^6.0.3"
}
}