forked from me-io/php-lodash
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 749 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 749 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
27
28
29
{
"name": "php-lodash",
"version": "1.0.0",
"description": "A full-on PHP manipulation utility-belt that provides support for the usual functional.",
"keywords": [
"__",
"lodash",
"bottomline",
"library",
"utility",
"functions"
],
"scripts": {
"contributors:add": "./node_modules/.bin/all-contributors add",
"contributors:generate": "./node_modules/.bin/all-contributors generate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/me-io/php-lodash.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/me-io/php-lodash/issues"
},
"homepage": "https://github.com/me-io/php-lodash#readme",
"devDependencies": {
"all-contributors-cli": "^4.11.1"
}
}