forked from sebmarkbage/link.js
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
18 lines (18 loc) · 842 Bytes
/
package.json
File metadata and controls
18 lines (18 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name" : "link",
"version" : "0.1.5",
"description" : "Module runtime and converter for Labeled Modules, CommonJS and AMD.",
"homepage" : "http://github.com/calyptus/link.js",
"keywords" : ["util", "modules", "label", "client", "browser", "amd", "commonjs"],
"author" : "Sebastian Markbage <sebastian@calyptus.eu>",
"bugs": "https://github.com/calyptus/link.js/issues",
"licenses": [
{ "type": "BSD-2-Clause", "url": "http://raw.github.com/calyptus/link.js/master/LICENSE" },
{ "type": "MIT", "url": "http://raw.github.com/calyptus/link.js/master/LICENSE" }
],
"dependencies" : {},
"engines" : { "node": "> 0.4.x < 0.9.0" },
"repository" : {"type": "git", "url": "git://github.com/calyptus/link.js.git"},
"main" : "./Source/Node/link.js",
"bin": { "linkjs": "./Source/Node/link.js", "link.js": "./Source/Node/link.js" }
}