From 32e372be924cfbc3d8192c02059480b58c73ba21 Mon Sep 17 00:00:00 2001 From: David Majda Date: Sat, 10 Nov 2012 14:52:13 +0100 Subject: [PATCH] package.json: Formatting --- package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index aba318c..aca5f91 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { - "name": "pegjs", - "version": "0.7.0", - "description": "Parser generator for JavaScript", - "homepage": "http://pegjs.majda.cz/", - "author": { + "name": "pegjs", + "version": "0.7.0", + "description": "Parser generator for JavaScript", + "homepage": "http://pegjs.majda.cz/", + "author": { "name": "David Majda", "email": "david@majda.cz", "url": "http://majda.cz/" @@ -31,12 +31,12 @@ "lib/utils.js", "package.json" ], - "main": "lib/peg", - "bin": "bin/pegjs", - "scripts": { + "main": "lib/peg", + "bin": "bin/pegjs", + "scripts": { "test": "make spec" }, - "repository": { + "repository": { "type": "git", "url": "http://github.com/dmajda/pegjs.git" }, @@ -45,7 +45,7 @@ "uglify-js": ">= 1.2.4", "jshint": ">= 0.5.5" }, - "engines": { + "engines": { "node": ">= 0.6.6" } }