forked from CodersTV/site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsmart.json
102 lines (102 loc) · 2.79 KB
/
smart.json
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"packages": {
"handlebar-helpers": {
"git": "https://github.com/raix/Meteor-handlebar-helpers.git",
"tag": "v0.1.1"
},
"npm": {
"git": "https://github.com/arunoda/meteor-npm.git",
"tag": "v0.2.6"
},
"font-awesome": {
"git": "https://github.com/nate-strauser/meteor-font-awesome.git",
"tag": "v4.1.0"
},
"mongo-counter": {
"git": "https://github.com/awwx/meteor-mongo-counter.git",
"tag": "v1.1.0"
},
"presence": {
"git": "https://github.com/dburles/meteor-presence.git",
"tag": "v0.4.8"
},
"roles": {
"git": "https://github.com/alanning/meteor-roles.git",
"tag": "v1.2.11"
},
"collection-hooks": {
"git": "https://github.com/matb33/meteor-collection-hooks.git",
"tag": "v0.7.2"
},
"handlebars-server": {
"git": "https://github.com/EventedMind/meteor-handlebars-server.git",
"tag": "v1.2.0"
},
"sitemaps": {
"git": "https://github.com/gadicohen/meteor-sitemaps.git",
"tag": "v0.0.17"
},
"marked": {
"git": "https://github.com/chuangbo/meteor-marked.git",
"tag": "v0.3.3"
},
"iron-router": {
"git": "https://github.com/EventedMind/iron-router.git",
"tag": "v0.8.2"
},
"users-counter": {
"path": "packages/users-counter"
},
"chatroom": {
"path": "packages/chatroom"
},
"bootstrap-3": {
"git": "https://github.com/mangasocial/meteor-bootstrap-3.git",
"tag": "v3.2.0-1"
},
"fast-render": {
"git": "https://github.com/arunoda/meteor-fast-render.git",
"tag": "v1.0.0"
},
"collection-helpers": {
"git": "https://github.com/dburles/meteor-collection-helpers.git",
"tag": "v0.3.1"
},
"typeahead": {
"git": "https://github.com/sergeyt/meteor-typeahead.git",
"tag": "v0.0.12"
},
"reactive-path": {
"git": "https://github.com/gabrielhpugliese/meteor-reactive-path",
"tag": "v0.1.4"
},
"multiple-callbacks": {
"git": "https://github.com/brykov/meteor-multiple-callbacks.git",
"tag": "v0.1.3"
},
"robots-txt": {
"git": "https://github.com/gadicohen/meteor-robots.txt.git",
"tag": "v0.0.8"
},
"iron-layout": {
"git": "https://github.com/EventedMind/iron-layout.git",
"tag": "v0.2.0"
},
"streams": {
"git": "https://github.com/arunoda/meteor-streams.git",
"tag": "v0.1.17"
},
"blaze-layout": {
"git": "https://github.com/EventedMind/blaze-layout.git",
"tag": "v0.2.5"
},
"iron-core": {
"git": "https://github.com/EventedMind/iron-core.git",
"tag": "v0.2.0"
},
"iron-dynamic-template": {
"git": "https://github.com/EventedMind/iron-dynamic-template.git",
"tag": "v0.2.1"
}
}
}