-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
29 lines (29 loc) · 945 Bytes
/
package.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
{
"name" : "insframe",
"main" : "InsFrame.js",
"description" : "Central hub for distributing web apps to multiple browsers on multiple environments",
"author" : "Tan Nhu <tnhu AT linkedin DOT com>",
"version" : "0.0.1",
"keywords" : [ "insframe", "InsFrame", "iframe", "iframe hub", "LinkedIn" ],
"engines" : {
"node" : ">=0.4.12"
},
"bin": {
"insframe" : "./bin/insframe"
},
"licenses" : [{
"type" : "Apache",
"url" : "https://github.com/linkedin/insframe/blob/master/LICENSE.txt"
}],
"repository" : {
"type" : "git",
"url" : "git://github.com/linkedin/insframe.git"
},
"dependencies" : {
"express" : ">=2.5.2",
"socket.io" : ">=0.8.7",
"ejs" : ">=0.6.1",
"colors" : ">=0.6.0",
"jsface" : ">=2.1.1"
}
}