forked from tildeio/conductor.js
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
28 lines (28 loc) · 747 Bytes
/
bower.json
File metadata and controls
28 lines (28 loc) · 747 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
{
"name": "conductor.js",
"version": "0.3.0",
"homepage": "https://github.com/tildeio/conductor.js",
"authors": [
"David J. Hamilton <david@lessmad.com>",
"Cyril Fluck <cyril@lessmad.com>",
"Tom Dale <tom@tilde.io>",
"Yehuda Katz <yehuda@tilde.io>"
],
"description": "Conductor.js is a library, built on top of Oasis.js, for embedding untrusted rich content that can still participate in a larger ecosystem.",
"main": "dist/conductor.js.html",
"keywords": [
"postMessage",
"MessageChannel"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"Oasis.js": "git://github.com/tildeio/oasis.js.git#master"
}
}