-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.18 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "spawn-it",
"version": "0.1.6",
"description": "A Node package for spawning random data.",
"main": "lib/index.js",
"engines": {
"node": ">=6.0.0"
},
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"start": "lib/index.js",
"test": "mocha -R spec",
"coverage": "istanbul cover node_modules/.bin/_mocha -- -R spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jrtnq514/spawn-it.git"
},
"keywords": [
"spawn",
"spawn-it",
"generate",
"random",
"generator",
"mock",
"tool",
"name",
"string",
"date",
"boolean",
"sandbox",
"dummy",
"data",
"test",
"fake",
"prototype",
"location",
"color",
"gps"
],
"author": "jrtnq514",
"license": "MIT",
"bugs": {
"url": "https://github.com/jrtnq514/spawn-it/issues"
},
"homepage": "https://github.com/jrtnq514/spawn-it#readme",
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.12",
"istanbul": "^0.4.5",
"mocha": "^3.0.2"
},
"dependencies": {
"clone": "^1.0.2",
"left-pad": "^1.1.1",
"moment": "^2.14.1",
"randomcolor": "^0.4.4"
}
}