songty/Static-site-generator

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "static-site-generator-",
  "version": "0.1.3",
  "description": "making static site generator",
  "main": "sitegen",
  "scripts": {
    "test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report $(if [ \"$TRAVIS\" ]; then echo lcovonly; else echo html; fi) -- && if [ \"$TRAVIS\" ]; then cat ./coverage/lcov.info | ./node_modules/.bin/coveralls; fi"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/songty/Static-site-generator-.git"
  },
  "keywords": [
    "static",
    "site",
    "generator"
  ],
  "bin": {
    "sitegen": "./sitegen"
  },
  "author": "Tian Song",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/songty/Static-site-generator-/issues"
  },
  "homepage": "https://github.com/songty/Static-site-generator-",
  "devDependencies": {
    "chai": "^1.9.1",
    "coveralls": "^2.10.0",
    "istanbul": "^0.2.10",
    "mocha": "^1.20.1",
    "temp": "^0.8.0",
    "tmp": "0.0.23",
    "travis": "^0.1.1"
  },
  "dependencies": {
    "commander": "^2.2.0"
  }
}