Skip to content

Commit

Permalink
Installed NPM and converted README to have a TOC. See doctoc at npmjs
Browse files Browse the repository at this point in the history
  • Loading branch information
JSONRice committed Feb 18, 2016
1 parent 9df72a9 commit 0dbc269
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*

- [Table of Contents](#table-of-contents)
- [Github commands:](#github-commands)
- [Git examples:](#git-examples)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

Table of Contents
============================
##Coursera: HTML, CSS and Javascript for Web Developers
Expand Down
26 changes: 26 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "fullstack-course4",
"version": "1.0.0",
"description": "JHU Coursera Full Stack Web Course",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jasonwr/fullstack-course4.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/jasonwr/fullstack-course4/issues"
},
"homepage": "https://github.com/jasonwr/fullstack-course4#readme",
"dependencies": {
"browser-sync": "~2.11.1",
"doctoc": "^1.0.0"
}
}

0 comments on commit 0dbc269

Please sign in to comment.