-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 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
{
"_from": "git+https://github.com/nickveliki/Jabels.git",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "",
"_location": "/jables",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "https://github.com/nickveliki/Jabels.git",
"rawSpec": "https://github.com/nickveliki/Jabels.git",
"saveSpec": "git+https://github.com/nickveliki/Jabels.git",
"fetchSpec": "https://github.com/nickveliki/Jabels.git",
"gitCommittish": null
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "git+https://github.com/nickveliki/Jabels.git#3f582660e6bea9b7629de14b3c3ae15609bf4e1b",
"_spec": "https://github.com/nickveliki/Jabels.git",
"_where": "C:\\Users\\Phil\\Documents\\crypttest",
"author": {
"name": "Nickveliki"
},
"bugs": {
"url": "https://github.com/nickveliki/Jabels/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "JSON flexible database API",
"devDependencies": {
"nodemon": "^1.19.4"
},
"homepage": "https://github.com/nickveliki/Jabels#readme",
"keywords": [
"JSON",
"flexible",
"database",
"API"
],
"license": "MIT",
"main": "main.js",
"name": "jables",
"repository": {
"type": "git",
"url": "git+https://github.com/nickveliki/Jabels.git"
},
"scripts": {
"start": "node main.js",
"test": "test"
},
"version": "0.5.0"
}