Skip to content

Instantly share code, notes, and snippets.

@ee7klt
Created August 18, 2013 07:36
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 ee7klt/6260413 to your computer and use it in GitHub Desktop.
Save ee7klt/6260413 to your computer and use it in GitHub Desktop.
meteor/modulus: package.json for tachyoned withs stripe dependency
{
"name": "TachyonEd",
"description": "TachyonEd - automatically converted by Demeteorizer. https://github.com/onmodulus/demeteorizer",
"version": "0.0.1",
"main": "main.js",
"engines": {
"node": "0.8.24"
},
"dependencies": {
"clean-css": "0.8.3",
"connect": "2.7.10",
"fibers": "1.0.0",
"fstream": "0.1.21",
"handlebars": "1.0.7",
"http-proxy": "0.10.1",
"kexec": "0.1.1",
"keypress": "0.1.0",
"optimist": "0.3.5",
"progress": "0.0.5",
"request": "2.12.0",
"semver": "1.1.0",
"shell-quote": "0.0.1",
"tar": "0.1.14",
"uglify-js": "2.2.5",
"underscore": "1.4.4",
"useragent": "2.0.1",
"sockjs": "0.3.4",
"websocket": "1.0.7",
"mongodb": "1.3.x",
"connect" : "2.8.x",
"useragent": "2.0.7",
"send": "0.1.4",
"sockjs": "0.3.7",
"mongodb": "1.3.18",
"stripe": "1.3.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment