[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/magic-coder/javascript-tutorial/master/package.json [Back]  [Original]

{
  "name": "javascript-tutorial",
  "version": "0.0.1",
  "description": "JavaScript ",
  "main": "index.js",
  "directories": {
    "doc": "docs"
  },
  "scripts": {
    "prepush": "npm update",
    "build": "loppo --site \"JavaScript \" --id javascript --theme wangdoc",
    "build-and-commit": "npm run build && npm run commit",
    "commit": "gh-pages --dist dist --dest dist/javascript --branch master --add --repo git@github.com:wangdoc/website.git",
    "chapter": "loppo chapter",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wangdoc/javascript-tutorial.git"
  },
  "keywords": [
    "WangDoc",
    "Tutorial",
    "Document"
  ],
  "author": "Ruan Yifeng",
  "license": "Creative Commons Attribution-ShareAlike License",
  "bugs": {
    "url": "https://github.com/wangdoc/javascript-tutorial/issues"
  },
  "homepage": "https://github.com/wangdoc/javascript-tutorial",
  "dependencies": {
    "gh-pages": "latest",
    "husky": "^0.14.3",
    "loppo": "latest",
    "loppo-theme-wangdoc": "latest"
  }
}

Web Proxy Viewer  |  New URL  |  Original Page