forked from lodash-archive/lodash-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
19 lines (19 loc) · 923 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "lodash-node",
"version": "3.0.0-pre",
"description": "A collection of Lo-Dash methods as Node.js modules generated by lodash-cli.",
"homepage": "http://lodash.com/custom-builds",
"license": "MIT",
"main": "modern/index.js",
"keywords": "customize, functional, lodash, modules, server, util",
"author": "John-David Dalton <[email protected]> (http://allyoucanleet.com/)",
"contributors": [
"John-David Dalton <[email protected]> (http://allyoucanleet.com/)",
"Blaine Bublitz <[email protected]> (http://www.iceddev.com/)",
"Kit Cambridge <[email protected]> (http://kitcambridge.be/)",
"Mathias Bynens <[email protected]> (https://mathiasbynens.be/)"
],
"bugs": "https://github.com/lodash/lodash-cli/issues",
"repository": "lodash/lodash-node",
"scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-node for testing details.\"" }
}