-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·98 lines (98 loc) · 2.44 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"author": {
"name": "Martin Wawrusch",
"email": "[email protected]",
"url": "http://martinatsunset.com"
},
"name": "mongoose-rest-helper",
"description": "A bunch of helpers used to simplify rest development.",
"version": "2.0.2",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git://github.com/codedoctor/mongoose-rest-helper.git"
},
"bin": {},
"directories": {
"lib": "./lib",
"test": "./test"
},
"keywords": [
"mongoose"
],
"scripts": {
"test": "grunt testandcoverage",
"docs": "codo -i ./src -o ./docs"
},
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"hoek": "2.14.0",
"mongodb-objectid-helper": "0.2.0",
"underscore": "1.8.3"
},
"peerDependencies": {
"mongoose": ">=4.0.0"
},
"devDependencies": {
"async": "1.4.2",
"blanket": "1.1.7",
"codo": "2.0.11",
"coffee-script": "1.9.3",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-codo": "0.2.0",
"grunt-contrib-coffee": "0.13.0",
"grunt-contrib-watch": "0.6.1",
"grunt-env": "0.4.1",
"grunt-mocha-cov": "0.4.0",
"grunt-mocha-test": "0.12.7",
"grunt-release": "0.13.0",
"grunt-shell": "1.1.2",
"matchdep": "0.3.0",
"mocha": "2.2.5",
"mongoose": "4.1.3",
"mongoskin": "1.4.13",
"should": "7.0.4"
},
"bugs": {
"url": "http://github.com/codedoctor/mongoose-rest-helper/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/codedoctor/mongoose-rest-helper/raw/master/LICENSE"
}
],
"config": {
"blanket": {
"pattern": [
"lib"
],
"data-cover-never": "node_modules"
}
},
"gitHead": "3b7eec80998bbe1cc5092104587843eded8ffd21",
"homepage": "https://github.com/codedoctor/mongoose-rest-helper",
"_id": "[email protected]",
"_shasum": "392e89f563a63f7971ebd138456145e427507bf3",
"_from": "[email protected]",
"_npmVersion": "1.4.21",
"_npmUser": {
"name": "mwawrusch",
"email": "[email protected]"
},
"maintainers": [
{
"name": "mwawrusch",
"email": "[email protected]"
}
],
"dist": {
"shasum": "392e89f563a63f7971ebd138456145e427507bf3",
"tarball": "http://registry.npmjs.org/mongoose-rest-helper/-/mongoose-rest-helper-1.0.2.tgz"
},
"_resolved": "https://registry.npmjs.org/mongoose-rest-helper/-/mongoose-rest-helper-1.0.2.tgz",
"readme": "ERROR: No README data found!"
}