diff --git a/.npmignore b/.npmignore new file mode 100644 index 000000000..c74ff7bdc --- /dev/null +++ b/.npmignore @@ -0,0 +1,7 @@ +.DS_Store +node_modules +*~ +.#* +.rvmrc +doc/ +tmp/ diff --git a/package.json b/package.json index 008c7e77c..2b2e53329 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name" : "cucumber" -, "description" : "Pure Javascript implementation of Cucumber." +, "description" : "The official JavaScript implementation of Cucumber." , "keywords" : [ "testing", "bdd", "cucumber", "gherkin", "tests" ] -, "version" : "0.1.0" +, "version" : "0.1.1" , "homepage" : "http://github.com/cucumber/cucumber-js" , "author" : "Julien Biezemans " , "contributors" : [ @@ -23,6 +23,8 @@ , "connect" : "1.6.0" , "browserify" : "1.3.0" } +, "scripts" : { "test" : "./run_all_features.js" } +, "bin": { "cucumber.js": "./cucumber.js" } , "licenses" : [ { "type" : "MIT" , "url" : "http://github.com/cucumber/cucumber.js/LICENSE"