Skip to content

Instantly share code, notes, and snippets.

@phongjalvn
Created May 9, 2012 06:06
Show Gist options
  • Save phongjalvn/2642265 to your computer and use it in GitHub Desktop.
Save phongjalvn/2642265 to your computer and use it in GitHub Desktop.
Basic npm package for Meteor
{
"name": "Meteor",
"version": "0.3.2",
"description": "A new way to build apps.",
"author": "Meteor Development Group",
"homepage": "http://www.meteor.com/",
"repository": {
"url": "https://github.com/meteor/meteor"
},
"dependencies": {
"connect": ">=1.8.5",
"gzippo": ">=0.1.4",
"optimist": ">=0.3.1",
"coffee-script": ">=1.2.0",
"less": ">=1.2.1",
"mime": ">=1.2.4",
"semver": ">=1.0.13",
"handlebars": ">=1.0.2beta",
"mongodb": ">=0.9.7-1.4",
"uglify-js": ">=1.2.5",
"clean-css": ">=0.3.2",
"progress": ">=0.0.4",
"fibers": ">=0.6.4",
"useragent": ">=1.0.5",
"request": ">=2.9.3",
"http-proxy": ">=0.8.0",
"connect-gzip": ">=0.1.5",
"sockjs": ">=0.2.1",
"socket.io": ">=0.8.7"
},
"bin": {
"meteor": "./app/meteor/meteor"
},
"engines": {
"node": "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment