mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
725 B
38 lines
725 B
12 years ago
|
body {
|
||
|
height: yo mama
|
||
|
}
|
||
|
|
||
|
/**package
|
||
|
{
|
||
|
"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"
|
||
|
},
|
||
|
"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"
|
||
|
}
|
||
|
}
|
||
|
**/
|
||
|
|
||
|
html {
|
||
|
width: so fat
|
||
|
}
|