mirror of
https://github.com/thangisme/notes.git
synced 2024-11-01 05:27:15 -04:00
29 lines
676 B
JSON
29 lines
676 B
JSON
|
{
|
||
|
"name": "read-package-json",
|
||
|
"version": "0.1.1",
|
||
|
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
||
|
"description": "The thing npm uses to read package.json files with semantics and defaults and validation",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/isaacs/read-package-json.git"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"main": "read-json.js",
|
||
|
"scripts": {
|
||
|
"test": "tap test/*.js"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"glob": "~3.1.9",
|
||
|
"lru-cache": "~1.1.0",
|
||
|
"semver": "~1.0.14",
|
||
|
"slide": "~1.1.3"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"tap": "~0.2.5"
|
||
|
},
|
||
|
"optionalDependencies": {
|
||
|
"npmlog": "0",
|
||
|
"graceful-fs": "~1.1.8"
|
||
|
}
|
||
|
}
|