Vulcan/smart.lock

51 lines
1.5 KiB
Text
Raw Normal View History

{
"meteor": {},
"dependencies": {
2012-10-04 15:26:59 +09:00
"basePackages": {
2013-07-19 12:52:10 +09:00
"momentjs": {},
2013-04-05 11:58:37 +09:00
"database-forms": {
2013-04-19 17:31:48 +09:00
"git": "git://github.com/SachaG/database-forms.git",
2013-04-05 11:58:37 +09:00
"branch": "master"
2013-04-05 12:14:29 +09:00
},
2013-04-14 12:12:31 +09:00
"paginated-subscription": {},
2013-10-05 09:46:28 +09:00
"crypto-md5": {},
2013-10-12 11:44:29 +09:00
"iron-router": {
"git": "https://github.com/EventedMind/iron-router.git",
"branch": "dev"
}
2012-10-04 15:26:59 +09:00
},
"packages": {
2013-07-19 12:52:10 +09:00
"momentjs": {
"git": "https://github.com/crapthings/meteor-momentjs.git",
2013-09-02 10:39:43 +09:00
"tag": "v2.1.0.2",
"commit": "59a762e297082eea8b8cae00374c2b7ac6f89529"
2012-10-04 15:26:59 +09:00
},
2013-10-16 10:32:36 +09:00
"database-forms": {
"git": "git://github.com/SachaG/database-forms.git",
"branch": "master",
"commit": "b11ac7d5ca10df610ee5ca810cde45bb38ac81b7"
},
2013-03-23 16:58:28 +11:00
"paginated-subscription": {
"git": "https://github.com/tmeasday/meteor-paginated-subscription.git",
"tag": "v0.1.2",
"commit": "35e0c6112df2b4cfeb60b559276a93cac5ee2dd6"
2013-03-23 16:58:28 +11:00
},
2013-04-14 12:12:31 +09:00
"crypto-md5": {
"git": "https://github.com/tmeasday/meteor-crypto-md5.git",
2013-09-02 10:39:43 +09:00
"tag": "v0.0.2",
"commit": "a943bea4cffeac9a14c2825dfe57d32b9d677e6f"
2013-04-14 12:12:31 +09:00
},
2013-10-05 09:46:28 +09:00
"iron-router": {
"git": "https://github.com/EventedMind/iron-router.git",
2013-10-12 11:44:29 +09:00
"branch": "dev",
2013-10-21 17:47:30 +08:00
"commit": "dddf61e618285ec2045a16f224870b1aeba05cdd"
2013-09-02 10:39:43 +09:00
},
2013-04-14 12:12:31 +09:00
"crypto-base": {
"git": "https://github.com/tmeasday/meteor-crypto-base.git",
2013-09-02 10:39:43 +09:00
"tag": "v0.0.3",
"commit": "fdc0b7b3d24e2e31c5c95beddafe890ffbaafd42"
2012-10-04 15:26:59 +09:00
}
}
}
}