-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
60 lines (60 loc) · 1.37 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
{
"name": "@goblindb/goblindb",
"version": "0.0.10",
"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/UlisesGascon/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"
}
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/UlisesGascon/GoblinDB/issues"
},
"homepage": "https://github.com/UlisesGascon/GoblinDB#readme",
"dependencies": {
"jsonfile": "4.0.0",
"lodash": "4.17.4",
"randomstring": "1.1.5"
},
"devDependencies": {
"mocha-sinon": "1.1.6",
"sinon": "1.17.7",
"chai": "3.5.0",
"chai-fs": "1.0.0",
"gulp": "3.9.1",
"gulp-debug": "3.0.0",
"gulp-eslint": "3.0.1",
"gulp-istanbul": "1.1.1",
"gulp-jsdoc3": "1.0.1",
"gulp-mocha": "3.0.1",
"gulp-util": "3.0.8",
"mocha": "3.1.2"
}
}