forked from edtsech/underscore.string
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.09 KB
/
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
30
31
32
33
34
35
36
37
{
"name": "underscore.string",
"version": "2.2.0rc",
"description": "String manipulation extensions for Underscore.js javascript library.",
"homepage": "http://epeli.github.com/underscore.string/",
"contributors": [
"Esa-Matti Suuronen <[email protected]> (http://esa-matti.suuronen.org/)",
"Edward Tsech <[email protected]>",
"Pavel Pravosud <[email protected]> (<https://github.com/rwz>)",
"Sasha Koss <[email protected]> (http://koss.nocorp.me/)",
"Vladimir Dronnikov <[email protected]>",
"Pete Kruckenberg (<https://github.com/kruckenb>)",
"Paul Chavard <[email protected]> (<http://tchak.net>)",
"Ed Finkler <[email protected]> (<http://funkatron.com>)"
],
"keywords": [
"underscore",
"string"
],
"main": "./lib/underscore.string",
"directories": {
"lib": "./lib"
},
"engines": {
"node": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/epeli/underscore.string.git"
},
"bugs": {
"url": "https://github.com/epeli/underscore.string/issues"
},
"licenses" : [
{ "type" : "MIT" }
]
}