From 149379f4b79e6a15fff5bce9f3df9feec7a4544d Mon Sep 17 00:00:00 2001 From: Jeff Escalante Date: Mon, 16 Dec 2013 12:20:44 -0500 Subject: [PATCH] update readme and package.json --- package.json | 9 +++++++++ readme.md | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0c405d0..a7caf72 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "sprout", "version": "0.0.4", "author": "Carrot Creative ", + "contibutors": ["Jeff Escalante "], "description": "Simple project templating", "main": "index.js", "license": "MIT", @@ -9,6 +10,11 @@ "type": "git", "url": "https://github.com/carrot/sprout" }, + "keywords": ["new", "project", "templating", "configuration"], + "bugs": "https://github.com/carrot/sprout/issues", + "bin": { + "sprout": "bin/sprout" + }, "man": "man/sprout.1", "dependencies": { "coffee-script": "1.6.x", @@ -37,5 +43,8 @@ "test": "mocha", "prepublish": "mv lib/ src; gulp build", "postpublish": "rm -rf lib; mv src/ lib" + }, + "engines": { + "node": ">=0.10.0" } } diff --git a/readme.md b/readme.md index 46ca01c..b7902e8 100644 --- a/readme.md +++ b/readme.md @@ -6,7 +6,7 @@ Simple new project templating -> Note: This project is in early development and is not currently in a useable state, although you are more than welcome to follow along with development if you'd like! +> **Note:** This project is in early development, and versioning is a little different. [Read this](http://markup.im/#q4_cRZ1Q) for more details. ### Why should you care?