-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 875 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
{
"name": "mongoose-lockdown",
"version": "0.1.1",
"description": "Mongoose plugin to lock down a field or object after a number of saves.",
"main": "mongoose-lockdown.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/hemphillcc/mongoose-lockdown"
},
"keywords": [
"mongodb",
"mongoose",
"plugin",
"lock",
"save",
"prevent"
],
"author": "Bomb Shelter Software",
"license": {
"type": "MIT",
"url": "https://github.com/hemphillcc/mongoose-lockdown/blob/master/LICENSE"
},
"dependencies": {
"async": "^1.0.0",
"clone": "^1.0.2",
"moment": "^2.10.3",
"uuid": "^3.1.0"
},
"devDependencies": {
"async": "*",
"grunt": "*",
"grunt-simple-mocha": "*",
"mocha": "^2.2.5",
"mongoose": "^4.0.4",
"should": "^6.0.3"
}
}