forked from techfort/LokiJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 914 Bytes
/
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
{
"name": "lokijs",
"version": "1.0.1",
"description": "A document oriented javascript in-memory database",
"homepage": "http://lokijs.org",
"main": "src/lokijs.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/techfort/LokiJS.git"
},
"keywords": [
"javascript",
"document-oriented",
"mmdb",
"json",
"nosql",
"lokijs",
"in-memory"
],
"author": "Joe Minichino <[email protected]>",
"contributors": [{
"name": "Dave",
"email": "[email protected]"
}],
"license": "BSD",
"bugs": {
"url": "https://github.com/techfort/LokiJS/issues"
},
"dependencies": {
"gordian": "0.0.7"
},
"devDependencies": {
"gulp-uglify": "^0.3.1",
"gulp": "^3.8.6",
"gulp-concat": "^2.3.4"
}
}