Initial
This commit is contained in:
35
resources/app/node_modules/nedb/package.json
generated
vendored
Normal file
35
resources/app/node_modules/nedb/package.json
generated
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "nedb",
|
||||
"version": "1.8.0",
|
||||
"author": {
|
||||
"name": "Louis Chatriot",
|
||||
"email": "louis.chatriot@gmail.com"
|
||||
},
|
||||
"description": "File-based embedded data store for node.js",
|
||||
"homepage": "https://github.com/louischatriot/nedb",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:louischatriot/nedb.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"async": "0.2.10",
|
||||
"binary-search-tree": "0.2.5",
|
||||
"localforage": "^1.3.0",
|
||||
"mkdirp": "~0.5.1",
|
||||
"underscore": "~1.4.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "^3.2.0",
|
||||
"mocha": "1.4.x",
|
||||
"request": "2.9.x",
|
||||
"sinon": "1.3.x",
|
||||
"exec-time": "0.0.2",
|
||||
"commander": "1.1.1"
|
||||
},
|
||||
"main": "index",
|
||||
"browser": {
|
||||
"./lib/customUtils.js": "./browser-version/browser-specific/lib/customUtils.js",
|
||||
"./lib/storage.js": "./browser-version/browser-specific/lib/storage.js"
|
||||
},
|
||||
"license": "SEE LICENSE IN LICENSE"
|
||||
}
|
||||
Reference in New Issue
Block a user