-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 897 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
40
41
{
"name": "makefake",
"version": "0.0.4",
"description": "Make easier to create data for test, design and other development process need data to continue fast.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mahmuttaskiran/MakeFake.git"
},
"keywords": [
"data",
"create-data"
],
"author": "Mahmut Taşkiran",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/mahmuttaskiran/MakeFake/issues"
},
"dependencies": {
"randomcolor": "^0.5.3",
"randexp": "^0.5.3"
},
"homepage": "https://github.com/mahmuttaskiran/MakeFake#readme",
"devDependencies": {
"jest": "^24.0.0",
"prettier": "1.16.3"
},
"jest": {
"testPathIgnorePatterns": [
"/node_modules/"
],
"moduleFileExtensions": [
"js",
"json",
"es6"
]
}
}