Add keywords to package.json

This commit is contained in:
Christopher Amavisca
2015-02-04 16:36:10 -08:00
parent d5dfbc98c3
commit 471a241493

View File

@@ -6,6 +6,12 @@
"type": "git",
"url": "https://github.com/jasmine/jasmine.git"
},
"keywords": [
"test",
"jasmine",
"tdd",
"bdd"
],
"description": "Official packaging of Jasmine's core files for use by Node.js projects.",
"homepage": "http://jasmine.github.io",
"main": "./lib/jasmine-core.js",