Created
June 6, 2013 02:51
-
-
Save jamesonquinn/5718981 to your computer and use it in GitHub Desktop.
smart.json, smart.lock, packages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
smart.json: | |
{ | |
"meteor": { | |
"branch": "master" | |
, "git": "https://github.com/meteor/meteor" | |
, "tag" : "v0.5.9" | |
}, | |
"packages": { | |
"deps-extensions": { | |
"git": "https://github.com/tmeasday/meteor-deps-extensions.git" | |
} | |
} | |
} | |
smart.lock: | |
{ | |
"meteor": { | |
"git": "https://github.com/jamesonquinn/meteor", | |
"branch": "master", | |
"commit": "5d736d4bf0448c7db1f9b47124dfafc34a9631bb" | |
}, | |
"dependencies": { | |
"basePackages": { | |
"deps-extensions": { | |
"git": "https://github.com/tmeasday/meteor-deps-extensions.git", | |
"branch": "master" | |
} | |
}, | |
"packages": { | |
"deps-extensions": { | |
"git": "https://github.com/tmeasday/meteor-deps-extensions.git", | |
"branch": "master", | |
"commit": "17fecee4e4ce44464145fe1f064d9cb6f50e166e" | |
} | |
} | |
} | |
} | |
packages: | |
# Meteor packages used by this project, one per line. | |
# | |
# 'meteor add' and 'meteor remove' will edit this file for you, | |
# but you can also edit it by hand. | |
coffeescript | |
accounts-ui | |
backbone | |
jquery | |
deps-extensions | |
underscore | |
accounts-password | |
accounts-base | |
preserve-inputs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment