styleguide-as
Version:
Express middleware to create styleguide from markdown files
60 lines (59 loc) • 1.41 kB
JSON
{
"name": "styleguide-as",
"version": "0.1.6",
"description": "Express middleware to create styleguide from markdown files",
"main": "index.js",
"scripts": {
"start": "node tests/test-server.js",
"lint": "eslint .",
"pretest": "npm run lint",
"tdd": "npm test -- -w",
"test": "mocha tests/test.js"
},
"engines": {
"node": ">=4",
"npm": ">=2"
},
"files": [
"views/",
"index.js"
],
"keywords": [
"angular-starter",
"styleguide",
"styleguide-generator",
"markdown",
"express"
],
"author": "Maxim Samoilov <nitive@icloud.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Nitive/angular-starter.git"
},
"bugs": {
"url": "https://github.com/Nitive/angular-starter/issues"
},
"homepage": "https://github.com/Nitive/angular-starter#readme",
"dependencies": {
"express": "^4.13.4",
"fs-promise": "^0.5.0",
"github-markdown-css": "^2.3.0",
"jade": "^1.11.0",
"marked": "^0.3.5",
"postcss-cssnext": "^2.5.2",
"postcss-import": "^8.1.2",
"postcss-middleware": "^1.1.1",
"precss": "^1.4.0",
"ramda": "^0.21.0",
"sugarss": "^0.1.3"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^2.10.1",
"eslint-config-as": "^0.1.4",
"eslint-plugin-import": "^1.8.1",
"mocha": "^2.4.5",
"supertest": "^1.2.0"
}
}