-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
73 lines (73 loc) · 1.67 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
63
64
65
66
67
68
69
70
71
72
73
{
"name": "@goblindb/goblindb",
"version": "0.1.2",
"description": "GoblinDB | Fear the Goblin! | An amazing, simple and fun database for humans",
"main": "./index.js",
"scripts": {
"test": "gulp test"
},
"readme": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/GoblinDBRocks/GoblinDB.git"
},
"keywords": [
"database",
"json"
],
"author": {
"name": "Ulises Gascón",
"url": "https://github.com/ulisesGascon"
},
"contributors": [
{
"name": "Carlos Hernandez",
"url": "https://github.com/codingcarlos"
},
{
"name": "Jose Manuel Gallego Chamorro",
"url": "https://github.com/Josheriff"
},
{
"name": "Sebastián Cabanas",
"url": "https://github.com/Sediug"
},
{
"name": "Santiago Trigo Porres",
"url": "https://github.com/trigoporres"
},
{
"name": "Andrés",
"url": "https://github.com/drewler"
},
{
"name": "Álvaro",
"url": "https://github.com/alvarogtx300"
}
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/GoblinDBRocks/GoblinDB/issues"
},
"homepage": "https://github.com/GoblinDBRocks/GoblinDB#readme",
"dependencies": {
"fs-extra": "^5.0.0",
"json-fn": "^1.1.1",
"lodash": "4.17.20",
"randomstring": "1.1.5"
},
"devDependencies": {
"chai": "3.5.0",
"chai-fs": "1.0.0",
"gulp": "^4.0.2",
"gulp-debug": "3.0.0",
"gulp-istanbul": "^1.1.3",
"gulp-mocha": "^7.0.2",
"gulp-util": "3.0.8",
"mocha": "^6.2.1",
"gulp-eslint": "^5.0.0",
"gulp-jsdoc3": "^2.0.0",
"mocha-sinon": "^1.2.0",
"sinon": "^1.17.7"
}
}