-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 745 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 745 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
{
"name": "boiler",
"version": "0.9.0",
"description": "Boiler is a utility library that makes every day tasks in JavaScript easier by providing over 115 methods that work on `arrays`, `collections`, `functions`, `numbers`, `objects`, and `strings`. It's the JavaScript equivalent of a Swiss Army Knife.",
"homepage": "http://boilerjs.com",
"license": "MIT",
"main": "/boiler.js",
"keywords": [
"javascript",
"util",
"utility",
"library",
"recursion"
],
"author": {
"name": "Wil Neeley",
"email": "william.neeley@gmail.com"
},
"bugs": {
"url": "https://github.com/Xaxis/boiler/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Xaxis/boiler.git"
}
}