-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 872 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 872 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
{
"name": "components/underscore",
"description": "JavaScript's functional programming helper library.",
"keywords": ["util", "functional", "server", "client", "browser"],
"type": "component",
"homepage": "http://underscorejs.org",
"license": "MIT",
"support": {
"issues": "https://github.com/documentcloud/underscore/issues",
"source": "https://github.com/documentcloud/underscore"
},
"authors": [
{
"name": "Jeremy Ashkenas",
"email": "jeremy@documentcloud.org"
}
],
"extra": {
"component": {
"scripts": [
"underscore.js"
],
"files": [
"underscore-min.js",
"underscore-min.map"
],
"shim": {
"exports": "_"
}
}
}
}