forked from reactioncommerce/reaction
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsmart.json
More file actions
35 lines (35 loc) · 950 Bytes
/
smart.json
File metadata and controls
35 lines (35 loc) · 950 Bytes
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
{
"packages": {
"spin": {},
"roles": {},
"iron-router": {},
"autoform": {},
"collection2": {},
"underscore-string-latest": {},
"collection-hooks": {},
"handlebars-server": {},
"collectionFS": {},
"cfs-filesystem": {},
"cfs-s3": {},
"ui-dropped-event": {
"git": "https://github.com/ongoworks/Meteor-ui-dropped-event.git"
},
"reaction-app-packages": {
"git": "https://github.com/ongoworks/reaction-app-packages.git",
"tag": "v0.1.0"
},
"reaction-core": {
"git": "https://github.com/ongoworks/reaction-core.git"
},
"reaction-paypal": {
"git": "https://github.com/ongoworks/reaction-paypal.git"
},
"reaction-google-analytics": {
"git": "https://github.com/ongoworks/reaction-google-analytics.git",
"tag": "v0.1.0"
},
"reaction-helloworld": {
"git": "https://github.com/ongoworks/reaction-helloworld.git"
}
}
}