Skip to content

Instantly share code, notes, and snippets.

@airandfingers
Last active December 10, 2015 21:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save airandfingers/4495794 to your computer and use it in GitHub Desktop.
Save airandfingers/4495794 to your computer and use it in GitHub Desktop.
package.json
{
"name":"rpwm-server",
"version":"1.0.0-49",
"private":true,
"dependencies":
{
"connect-flash":"latest",
"ecstatic":"latest",
"ejs":"latest",
"express":"latest",
"connect":"latest",
"connect-mongo":"latest",
"mime":"latest",
"mongodb":"latest",
"passport":"latest",
"passport-local":"latest",
"socket.io":"latest",
"underscore":"latest",
"underscore.string":"latest"
},
"subdomain":"rpwm-server",
"domains":
[
"ayoshitake.com",
"corridor.ayoshitake.com",
"fortunecookie.ayoshitake.com",
"markslist.ayoshitake.com",
"minesweeper.ayoshitake.com",
"rpsls.ayoshitake.com",
"wishingwell.ayoshitake.com",
"w.ayoshitake.com",
"ww.ayoshitake.com",
"www.ayoshitake.com",
"magi-cal.me",
"w.magi-cal.me",
"ww.magi-cal.me",
"www.magi-cal.me"
],
"scripts":{"start":"bootstrap.js"},
"engines":{"node":"0.8.x"},
"bundledDependencies":
[
"underscore",
"mime",
"connect-flash",
"underscore.string",
"connect",
"ejs",
"connect-mongo",
"ecstatic",
"socket.io",
"express",
"passport-local",
"passport",
"mongodb"
],
"env":
{
"npm_config_rebuild_bundle":false,
"npm_config_production":true
}
}
@airandfingers
Copy link
Author

Results of npm pack:
npm WARN package.json rpwm-server@1.0.0-49 No README.md file found!
npm WARN excluding symbolic link node_modules/mongodb/node_modules/bson/build/Release/obj.target/bson.node -> /home/ayoshitake/tmp/npm-8279/1357758026512-0.4638986315112561/package/server_48/node_modules/mongodb/node_modules/bson/build/Release/bson.node
rpwm-server-1.0.0-49.tgz

$ ls -l rpwm-server-1.0.0-49.tgz
-rw-rw-r-- 1 ayoshitake ayoshitake 8678257 Jan 9 11:00 rpwm-server-1.0.0-49.tgz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment