forked from google/module-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 628 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 628 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
{
"name":"module-server",
"version":"0.0.1-alpha",
"license":{
"type":"Apache 2.0",
"url":"http://code.google.com/legal/individual-cla-v1.0.html"
},
"devDependencies":{
"tag":"latest"
},
"author":{
"name":"Google Inc.",
"url":"https://github.com/google"
},
"bugs":"https://github.com/google/module-server/issues",
"bin":{
"module-server":"./bin.js"
},
"repository":{
"type":"git",
"url":"https://github.com/google/module-server.git"
},
"scripts":{
"preinstall":"git clone git://github.com/getify/LABjs clients/third-party/LABjs"
},
"main":"module-server.js"
}