forked from jonathanmoffatt/govhack-2014-proof-of-concepts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsmart.lock
More file actions
50 lines (50 loc) · 1.53 KB
/
Copy pathsmart.lock
File metadata and controls
50 lines (50 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"meteor": {},
"dependencies": {
"basePackages": {
"bootstrap3-less": {},
"npm": {},
"iron-router": {},
"select2": {},
"select2-bootstrap3-css": {},
"jquery-easing": {}
},
"packages": {
"bootstrap3-less": {
"git": "https://github.com/eprochasson/bootstrap3-less",
"tag": "v0.1.9",
"commit": "5c812c4d7ce72917a065f0424c3cf54e5ff2d16a"
},
"npm": {
"git": "https://github.com/arunoda/meteor-npm.git",
"tag": "v0.2.6",
"commit": "177ab6118de5bf8cffb19481343d5762ff7a2aaf"
},
"iron-router": {
"git": "https://github.com/EventedMind/iron-router.git",
"tag": "v0.7.1",
"commit": "d1ffb3f06ea4c112132b030f2eb1a70b81675ecb"
},
"select2": {
"git": "https://github.com/nate-strauser/meteor-select2.git",
"tag": "v3.4.5",
"commit": "4a8d05582b949a14f0ee217c185166abbf112822"
},
"select2-bootstrap3-css": {
"git": "https://github.com/esperadomedia/meteor-select2-bootstrap3-css.git",
"tag": "v0.0.5",
"commit": "ac0c74d4b110c4c5149f17bb33c3e9bb4f77eb88"
},
"jquery-easing": {
"git": "https://github.com/kenyee/meteor-jquery-easing.git",
"tag": "v1.3.0",
"commit": "556cf106f23692d78e5c92aa8a3bc99cf24bbd49"
},
"blaze-layout": {
"git": "https://github.com/EventedMind/blaze-layout.git",
"tag": "v0.2.4",
"commit": "b40e9b0612329288d75cf52ad14a7da64bb8618f"
}
}
}
}