15 lines
400 B
JSON
15 lines
400 B
JSON
{
|
|
"name": "underscore",
|
|
"description": "JavaScript's functional programming helper library.",
|
|
"homepage": "http://underscorejs.org",
|
|
"author": "Jeremy Ashkenas <jeremy@documentcloud.org>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/documentcloud/underscore.git"
|
|
},
|
|
"main": "underscore.js",
|
|
"version": "1.4.4",
|
|
"devDependencies": {
|
|
"phantomjs": "0.2.2"
|
|
}
|
|
} |