From 71faeea7b0e00c8a5df0b59d7d9436ca55b78b2e Mon Sep 17 00:00:00 2001 From: "Davis W. Frank" Date: Fri, 24 Jan 2014 09:31:38 -0800 Subject: [PATCH] First attempt at publishing an npm --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 4b21e089..a840055a 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,12 @@ "type": "git", "url": "https://github.com/pivotal/jasmine.git" }, + "description": "Official packaging of Jasmine's core files for use by Node.js projects.", + "homepage": "http://jasmine.github.io", + "files": [ + "lib/console", + "lib/jasmine-core" + ], "devDependencies": { "grunt": "~0.4.1", "grunt-contrib-jshint": "~0.7.0",