Update README.md

This commit is contained in:
Mattias Erming
2014-07-28 16:45:54 -07:00
parent ae4879fdd8
commit 039458c55d
2 changed files with 2 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
# Boilerplate theme # Boilerplate theme [![NPM version](https://badge.fury.io/js/jsonresume-theme-boilerplate.png)](https://www.npmjs.org/package/jsonresume-theme-boilerplate)
This is the boilerplate theme for [JSON Resume](http://jsonresume.org/). This is the boilerplate theme for [JSON Resume](http://jsonresume.org/).
@@ -6,7 +6,6 @@ This is the boilerplate theme for [JSON Resume](http://jsonresume.org/).
To get started with theme development, this is what you'll need: To get started with theme development, this is what you'll need:
- [node.js](http://http://howtonode.org/how-to-install-nodejs) - [node.js](http://http://howtonode.org/how-to-install-nodejs)
- [npm](http://howtonode.org/introduction-to-npm) - [npm](http://howtonode.org/introduction-to-npm)

View File

@@ -1,12 +1,8 @@
{ {
"name": "jsonresume-theme-boilerplate", "name": "jsonresume-theme-boilerplate",
"version": "0.0.0", "version": "0.0.1",
"description": "Boilerplate theme for JSON Resume", "description": "Boilerplate theme for JSON Resume",
"author": "Mattias Erming", "author": "Mattias Erming",
"main": "index.js",
"scripts": {
"start": "node serve.js"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/erming/jsonresume-theme-boilerplate" "url": "https://github.com/erming/jsonresume-theme-boilerplate"