mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 19:07:49 +00:00
Add "amd" keyword to package.json. [ci skip]
This commit is contained in:
20
package.json
20
package.json
@@ -5,15 +5,7 @@
|
|||||||
"homepage": "http://lodash.com/",
|
"homepage": "http://lodash.com/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "dist/lodash.js",
|
"main": "dist/lodash.js",
|
||||||
"keywords": [
|
"keywords": ["amd", "browser", "client", "customize", "functional", "performance", "server", "speed", "util"],
|
||||||
"browser",
|
|
||||||
"client",
|
|
||||||
"functional",
|
|
||||||
"performance",
|
|
||||||
"server",
|
|
||||||
"speed",
|
|
||||||
"util"
|
|
||||||
],
|
|
||||||
"author": "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
|
"author": "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
"John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
|
"John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
|
||||||
@@ -22,14 +14,8 @@
|
|||||||
"Mathias Bynens <mathias@qiwi.be> (http://mathiasbynens.be/)"
|
"Mathias Bynens <mathias@qiwi.be> (http://mathiasbynens.be/)"
|
||||||
],
|
],
|
||||||
"bugs": "https://github.com/lodash/lodash/issues",
|
"bugs": "https://github.com/lodash/lodash/issues",
|
||||||
"repository": {
|
"repository": { "type": "git", "url": "https://github.com/lodash/lodash.git" },
|
||||||
"type": "git",
|
"engines": ["node", "rhino"],
|
||||||
"url": "https://github.com/lodash/lodash.git"
|
|
||||||
},
|
|
||||||
"engines": [
|
|
||||||
"node",
|
|
||||||
"rhino"
|
|
||||||
],
|
|
||||||
"files": [
|
"files": [
|
||||||
"LICENSE.txt",
|
"LICENSE.txt",
|
||||||
"dist/lodash.js",
|
"dist/lodash.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user