17 lines
329 B
JSON
17 lines
329 B
JSON
|
{
|
||
|
"name": "underscore.string",
|
||
|
"repo": "epeli/underscore.string",
|
||
|
"description": "String manipulation extensions for Underscore.js javascript library",
|
||
|
"version": "3.2.3",
|
||
|
"keywords": [
|
||
|
"underscore",
|
||
|
"string"
|
||
|
],
|
||
|
"dependencies": {},
|
||
|
"development": {},
|
||
|
"main": "index.js",
|
||
|
"scripts": [
|
||
|
"*.js"
|
||
|
]
|
||
|
}
|