patternlab-node
Version:
Pattern Lab is a collection of tools to help you create atomic design systems. This is the node command line interface (CLI).
61 lines (60 loc) • 1.43 kB
JSON
{
"name": "patternlab-node",
"description": "Pattern Lab is a collection of tools to help you create atomic design systems. This is the node command line interface (CLI).",
"version": "2.12.0",
"main": "./core/lib/patternlab.js",
"dependencies": {
"chalk": "^1.1.3",
"diveSync": "^0.3.0",
"fs-extra": "^0.30.0",
"glob": "^7.0.0",
"graphlib": "^2.1.1",
"js-beautify": "^1.6.3",
"js-yaml": "^3.6.1",
"lodash": "~4.13.1",
"markdown-it": "^6.0.1",
"node-fetch": "^1.6.0",
"patternengine-node-mustache": "^1.0.0",
"update-notifier": "^2.2.0"
},
"devDependencies": {
"eslint": "^3.5.0",
"rewire": "^2.5.2",
"tap": "^7.1.2"
},
"keywords": [
"Pattern Lab",
"Atomic Web Design",
"Node",
"Grunt",
"Gulp",
"Javascript"
],
"repository": {
"type": "git",
"url": "git://github.com/pattern-lab/patternlab-node.git"
},
"bugs": "https://github.com/pattern-lab/patternlab-node/issues",
"author": {
"name": "Brian Muenzenmeyer"
},
"contributors": [
{
"name": "Geoff Pursell"
},
{
"name": "Raphael Okon"
},
{
"name": "tburny"
}
],
"license": "MIT",
"scripts": {
"test": "eslint core/**/*.js && tap test/*_tests.js --reporter spec",
"lint": "eslint core/**/*.js"
},
"engines": {
"node": ">=4.0"
}
}