forked from esamattis/underscore.string
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.38 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "underscore.string",
"version": "2.4.0",
"description": "String manipulation extensions for Underscore.js javascript library.",
"homepage": "http://epeli.github.com/underscore.string/",
"contributors": [
"Esa-Matti Suuronen <esa-matti@suuronen.org> (http://esa-matti.suuronen.org/)",
"Edward Tsech <edtsech@gmail.com>",
"Pavel Pravosud <pavel@pravosud.com> (<https://github.com/rwz>)",
"Sasha Koss <kossnocorp@gmail.com> (http://koss.nocorp.me/)",
"Vladimir Dronnikov <dronnikov@gmail.com>",
"Pete Kruckenberg (<https://github.com/kruckenb>)",
"Paul Chavard <paul@chavard.net> (<http://tchak.net>)",
"Ed Finkler <coj@funkatron.com> (<http://funkatron.com>)"
],
"keywords": [
"underscore",
"string"
],
"main": "./lib/underscore.string.js",
"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"
}
],
"scripts": {
"test": "gulp test"
},
"devDependencies": {
"gulp": "~3.8.10",
"gulp-clean": "~0.3.1",
"gulp-qunit": "~1.0.0",
"gulp-rename": "~1.2.0",
"gulp-uglify": "~1.0.1",
"gulp-param": "~0.6.1",
"gulp-bump": "~0.1.11",
"gulp-replace": "~0.5.0"
}
}