-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
39 lines (39 loc) · 1.08 KB
/
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": "dummyjs",
"version": "2.0.0",
"description": "DummyJS is an open-source JavaScript plugin that generates customizable and realistic dummy text content for web applications and software projects using standard filler texts. It's useful for development, testing, and more.",
"main": "dummy.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spyshiv/dummyjs.git"
},
"keywords": [
"JavaScript",
"npm",
"plugin",
"library",
"dummy text",
"Lorem Ipsum",
"web development",
"HTML",
"data attributes",
"sentences",
"paragraphs",
"productivity",
"open source",
"testing",
"software projects"
],
"author": "npm",
"license": "ISC",
"bugs": {
"url": "https://github.com/spyshiv/dummyjs/issues"
},
"homepage": "https://github.com/spyshiv/dummyjs#readme"
}