design-system-framework
Version:
Create and maintain web component libraries for websites
54 lines (53 loc) • 1.42 kB
JSON
{
"name": "design-system-framework",
"version": "0.5.7",
"description": "Create and maintain web component libraries for websites",
"main": "lib/dsf.js",
"bin": {
"dsf": "./cli.js"
},
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lipsumar/design-system-framework.git"
},
"keywords": [
"design",
"system",
"styleguide"
],
"author": "Emmanuel Pire <piremmanuel@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/lipsumar/design-system-framework/issues"
},
"homepage": "https://github.com/lipsumar/design-system-framework#readme",
"dependencies": {
"async": "^2.0.0-rc.3",
"body-parser": "^1.15.1",
"chai": "^3.5.0",
"chalk": "^1.1.3",
"command-line-commands": "git://github.com/lipsumar/command-line-commands.git#92f2e92",
"express": "^4.13.4",
"fancy-log": "^1.2.0",
"fs-extra": "^0.30.0",
"glob": "^7.0.3",
"gulp": "^3.9.1",
"gulp-file": "^0.2.0",
"handlebars": "^4.0.5",
"lodash": "^4.11.1",
"markdown-it": "^6.0.1",
"mkdirp": "^0.5.1",
"mocha": "^2.4.5",
"openurl": "^1.1.1",
"read-dir-files": "^0.1.1",
"rimraf": "^2.5.2",
"run-sequence": "^1.1.5",
"socket.io": "^1.4.5",
"through2": "^2.0.1",
"watchr": "^2.4.13"
}
}