-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
39 lines (39 loc) · 905 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "mayonnaise.js",
"version": "1.2.0",
"license": "MIT",
"description": "Fake data generator for JavaScript, courtesy of Patrick Star",
"author": "Nathan Chapman <[email protected]> (https://nathanchapman.dev)",
"main": "src/mayonnaise.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",
"text",
"Patrick",
"Star",
"spongebob",
"lorem",
"ipsum",
"faker",
"fake",
"data",
"casual",
"fixtures",
"testing",
"seed",
"random",
"mock",
"mocking",
"generator"
]
}