-
Notifications
You must be signed in to change notification settings - Fork 0
/
component.json
53 lines (53 loc) · 1.88 KB
/
component.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
{
"name": "noflo-xulu",
"description": "custom components",
"repo": "code-rider/noflo-xulu",
"author": {
"name": "Rashid",
"email": "[email protected]"
},
"dependencies": {
"noflo/noflo": "*"
},
"scripts": [
"components/Alert.coffee",
"components/Array_to_packet.coffee",
"components/PacketCounter.coffee",
"components/SplitStr.coffee",
"components/ReadFile.js",
"components/directory_reader.js",
"components/tweets_date_filter.coffee",
"components/tweets_uid_filter.coffee",
"components/tweets_get_hashTags.coffee",
"components/tweets_filter_followers.coffee",
"components/tweets_filter_friends.coffee",
"components/appendChild.coffee",
"components/tweet_by_screen_name.coffee",
"components/tweets_get_tweetText.coffee",
"components/tweets_get_screenNames.coffee",
"index.js"
],
"json": [
"component.json"
],
"noflo": {
"icon":"twitter ",
"components": {
"Alert": "components/Alert.coffee",
"Array_to_packet": "components/Array_to_packet.coffee",
"PacketCounter": "components/PacketCounter.coffee",
"SplitStr": "components/SplitStr.coffee",
"ReadFile": "components/ReadFile.js",
"ReadDirectory": "components/directory_reader.js",
"tweets_date_filter": "components/tweets_date_filter.coffee",
"tweets_get_hashTags": "components/tweets_get_hashTags.coffee",
"tweets_filter_followers": "components/tweets_filter_followers.coffee",
"tweets_filter_friends": "components/tweets_filter_friends.coffee",
"appendChild": "components/appendChild.coffee",
"tweet_by_screen_name": "components/tweet_by_screen_name.coffee",
"tweets_get_tweetText": "components/tweets_get_tweetText.coffee",
"tweets_get_screenNames": "components/tweets_get_screenNames.coffee",
"tweets_uid_filter": "components/tweets_uid_filter.coffee"
}
}
}