From eedefe208fcd01e20a4cc86b1838e95f81cbb628 Mon Sep 17 00:00:00 2001 From: Artur Cistov Date: Sun, 24 Feb 2013 16:42:32 +0000 Subject: [PATCH] Test hooks & keyword data for npm --- npm/package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/npm/package.json b/npm/package.json index e43f8ac4..ce691b54 100644 --- a/npm/package.json +++ b/npm/package.json @@ -3,6 +3,8 @@ "version": "@VERSION@", "description": "CSSLint", "author": "Nicholas C. Zakas", + "description": "CSS3 SAX-inspired parser", + "keywords": [ "parser", "css", "css3", "sax", "style", "stylesheet" ], "contributors": [ ], "engines": { @@ -21,5 +23,9 @@ "repository": { "type":"git", "url":"http://github.com/nzakas/parser-lib.git" + }, + "scripts": { + "test": "ant -f ../../build.xml test", + "prepublish": "npm test" } } \ No newline at end of file