forked from noflo/noflo-browser-app
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomponent.json
More file actions
35 lines (35 loc) · 751 Bytes
/
component.json
File metadata and controls
35 lines (35 loc) · 751 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
{
"name": "noflo-browser-app",
"description": "The best project ever.",
"author": "Jon Nordby <jononor@gmail.com>",
"repo": "noflo/noflo-browser-app",
"version": "0.1.0",
"keywords": [],
"dependencies": {
"noflo/noflo": "*",
"noflo/noflo-dom": "*",
"noflo/noflo-core": "*",
"noflo/noflo-interaction": "*",
"noflo/noflo-runtime-webrtc": "*"
},
"remotes": [
"https://raw.githubusercontent.com"
],
"scripts": [
"index.js",
"components/DoSomething.coffee",
"graphs/main.json"
],
"json": [
"graphs/main.json",
"component.json"
],
"noflo": {
"graphs": {
"main": "graphs/main.json"
},
"components": {
"DoSomething": "components/DoSomething.coffee"
}
}
}