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",