Skip to content

Commit

Permalink
Fixes missing dependency and package warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethormandy committed Nov 7, 2015
1 parent 5d2bd7e commit 9ec6e30
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]> (http://kennethormandy.com)",
"contributors": [
"Nina Stössinger <[email protected]> (http://typologic.nl)",
"Kenneth Ormandy <[email protected]> (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",
Expand All @@ -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",
Expand Down

0 comments on commit 9ec6e30

Please sign in to comment.