diff --git a/package.json b/package.json index 92a8ac1..38d7651 100644 --- a/package.json +++ b/package.json @@ -2,19 +2,26 @@ "name": "word-o-mat", "version": "0.1.0", "description": "JavaScript version of Nina Stössinger’s word-o-mat: generate words for type specimens, spacing, and more.", - "main": "lib/index.js", "author": "Kenneth Ormandy (http://kennethormandy.com)", "contributors": [ "Nina Stössinger (http://typologic.nl)", "Kenneth Ormandy (http://kennethormandy.com)" ], + "main": "lib/index.js", + "repository": "kennethormandy/word-o-mat", + "license": "MIT", + "ignore": [ + "test", + "build.js", + "preview.gif" + ], "dependencies": { "alpha-sort": "1.0.2", "array-shuffle": "1.0.0", "build-regex-group": "0.1.0", "change-case": "2.3.0", "extend": "3.0.0", - "underscore.contains": "0.0.1" + "lodash.contains": "2.4.3" }, "devDependencies": { "glob": "5.0.15", @@ -26,7 +33,6 @@ "napa": { "word-o-mat": "https://github.com/ninastoessinger/word-o-mat" }, - "ignore": ["test", "build.js", "preview.gif"], "scripts": { "lint": "standard", "install": "napa",