Skip to content

Commit

Permalink
Prep package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanchapman committed Sep 1, 2022
1 parent 104dd72 commit bc9e3c6
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,19 @@
"name": "mayonnaise.js",
"version": "1.1.1",
"license": "MIT",
"description": "JavaScript fake data generator, courtesy of Patrick Star.",
"description": "Fake data generator for JavaScript, courtesy of Patrick Star",
"author": "Nathan Chapman <[email protected]> (http://nathanchapman.io)",
"main": "src/mayonnaise.js",
"tonicExampleFilename": "src/example.js",
"repository": "github:nathanchapman/mayonnaise.js",
"bugs": "https://github.com/nathanchapman/mayonnaise.js/issues",
"homepage": "https://github.com/nathanchapman/mayonnaise.js#readme",
"runkitExampleFilename": "src/example.js",
"scripts": {
"test": "echo no test file specified"
},
"dependencies": {
"casual": "^1.6.2"
},
"keywords": [
"mayonnaise",
"placeholder",
Expand All @@ -26,11 +35,5 @@
"mock",
"mocking",
"generator"
],
"repository": "github:nathanchapman/mayonnaise.js",
"bugs": "https://github.com/nathanchapman/mayonnaise.js/issues",
"homepage": "https://github.com/nathanchapman/mayonnaise.js#readme",
"dependencies": {
"casual": "^1.6.2"
}
]
}

0 comments on commit bc9e3c6

Please sign in to comment.