-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathbox.json
39 lines (35 loc) · 941 Bytes
/
box.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":"MockDataCFC",
"version":"2.0.0",
"author":"Ray Camden",
"location":"Ortus-Solutions/MockDataCFC",
"homepage":"https://github.com/Ortus-Solutions/MockDataCFC",
"documentation":"https://github.com/Ortus-Solutions/MockDataCFC",
"repository":{
"type":"git",
"URL":"https://github.com/Ortus-Solutions/MockDataCFC"
},
"bugs":"https://github.com/Ortus-Solutions/MockDataCFC/issues",
"slug":"mockdatacfc",
"shortDescription":"MockData is a simple service to generate fake JSON data via command line arguments",
"type":"projects",
"keywords":[
"Mock Data"
],
"private":false,
"contributors":[
"Luis Majano <[email protected]>"
],
"dependencies":{
},
"devDependencies":{
},
"installPaths":{
},
"scripts":{
},
"ignore":[
"**/.*",
"tests"
]
}