-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.3 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": "js-data-nedb",
"description": "nedb adapter for js-data.",
"version": "1.0.0",
"homepage": "http://www.js-data.io/docs/dsnedbadapter",
"repository": {
"type": "git",
"url": "https://github.com/js-data/js-data-nedb.git"
},
"author": {
"name": "Jason Dobry",
"email": "[email protected]"
},
"license": "MIT",
"keywords": [
"data",
"datastore",
"store",
"database",
"adapter",
"nedb",
"embedded",
"filesystem"
],
"main": "./dist/js-data-nedb.js",
"devDependencies": {
"babel-core": "5.8.25",
"babel-eslint": "4.1.3",
"babel-loader": "5.3.2",
"bluebird": "2.10.1",
"chai": "3.3.0",
"grunt": "0.4.5",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-uglify": "0.9.2",
"grunt-contrib-watch": "0.6.1",
"grunt-karma-coveralls": "2.5.4",
"grunt-mocha-test": "0.12.7",
"grunt-webpack": "1.0.11",
"jit-grunt": "0.9.1",
"jshint-loader": "0.8.3",
"mocha": "2.3.3",
"sinon": "1.17.1",
"standard": "5.3.1",
"time-grunt": "1.2.1",
"webpack-dev-server": "1.12.0"
},
"scripts": {
"test": "grunt test"
},
"standard": {
"parser": "babel-eslint"
},
"dependencies": {
"mout": "0.11.0",
"nedb": "1.2.1"
},
"peerDependencies": {
"js-data": ">=2.0.0"
}
}