forked from scottwrobinson/camo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 977 Bytes
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 977 Bytes
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
{
"name": "camo",
"version": "0.12.3",
"description": "A class-based ES6 ODM for NEDB.",
"author": {
"name": "Scott Robinson",
"email": "s.w.robinson@gmail.com",
"url": "http://stackabuse.com"
},
"keywords": [
"es6",
"odm",
"nedb",
"nosql",
"document",
"model",
"schema",
"database",
"data",
"datastore",
"query",
"db"
],
"homepage": "https://github.com/scottwrobinson/camo",
"repository": {
"type": "git",
"url": "git@github.com:scottwrobinson/camo.git"
},
"license": "MIT",
"scripts": {
"test": "mocha"
},
"engines": {
"node": ">=2.0.0"
},
"dependencies": {
"depd": "1.1.0",
"lodash": "3.9.3"
},
"optionalDependencies": {
"nedb": "1.8.0"
},
"devDependencies": {
"chai": "3.0.0",
"mocha": "2.2.5"
}
}