-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 845 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 845 Bytes
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
{
"name": "lockdown",
"description": "Lock your node.js app to specific versions (and checksums) of dependencies.",
"version": "0.0.8-dev",
"author": "Lloyd Hilaiel <lloyd@hilaiel.com> (http://lloyd.io)",
"bin": {
"lockdown": "./lockdown.js",
"lockdown-relock": "./relock.js"
},
"bugs": "https://github.com/mozilla/npm-lockdown/issues",
"contributors": [
"Zachary Carter <zach@carter.name> (http://twitter.com/zii)",
"Sean McArthur <sean.monstar@gmail.com> (http://seanmonstar.com)"
],
"dependencies": {
"npmconf": "1.1.5",
"osenv": "0.1.0",
"read-installed": "3.1.0"
},
"engines": {
"node": ">=0.6.17"
},
"homepage": "https://github.com/mozilla/npm-lockdown",
"license": "MPL 2.0",
"repository": {
"type": "git",
"url": "https://github.com/mozilla/npm-lockdown.git"
}
}