terox/skeleton

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "fskeleton",
  "author": "David PĂ©rez Terol <davidtxnet@gmail.com>",
  "version": "0.2.3",
  "description": "Easy and fast library for generate file and folder structures in your projects with a very small effort.",
  "main": "./lib/index.js",
  "homepage": "https://github.com/terox/skeleton",
  "repository": {
    "type": "git",
    "url": "https://github.com/terox/skeleton"
  },
  "bugs": {
    "url": "https://github.com/terox/skeleton/issues"
  },
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "bluebird": "^2.4.3",
    "fs-extra": "^0.13.0",
    "lodash": "^2.4.1"
  },
  "devDependencies": {
    "chai": "^1.10.0",
    "chai-fs": "^0.1.0",
    "mocha": "^2.1.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "license": "MIT"
}