1{
2  "name": "lodash",
3  "version": "4.17.15",
4  "license": "MIT",
5  "private": true,
6  "main": "lodash.js",
7  "engines": {
8    "node": ">=4.0.0"
9  },
10  "scripts": {
11    "build": "npm run build:main && npm run build:fp",
12    "build:fp": "node lib/fp/build-dist.js",
13    "build:fp-modules": "node lib/fp/build-modules.js",
14    "build:main": "node lib/main/build-dist.js",
15    "build:main-modules": "node lib/main/build-modules.js",
16    "doc": "node lib/main/build-doc github && npm run test:doc",
17    "doc:fp": "node lib/fp/build-doc",
18    "doc:site": "node lib/main/build-doc site",
19    "doc:sitehtml": "optional-dev-dependency marky-markdown@^9.0.1 && npm run doc:site && node lib/main/build-site",
20    "pretest": "npm run build",
21    "style": "npm run style:main && npm run style:fp && npm run style:perf && npm run style:test",
22    "style:fp": "jscs fp/*.js lib/**/*.js",
23    "style:main": "jscs lodash.js",
24    "style:perf": "jscs perf/*.js perf/**/*.js",
25    "style:test": "jscs test/*.js test/**/*.js",
26    "test": "npm run test:main && npm run test:fp",
27    "test:doc": "markdown-doctest doc/*.md",
28    "test:fp": "node test/test-fp",
29    "test:main": "node test/test",
30    "validate": "npm run style && npm run test"
31  },
32  "devDependencies": {
33    "async": "^2.6.3",
34    "benchmark": "^2.1.3",
35    "chalk": "^1.1.3",
36    "cheerio": "^0.22.0",
37    "codecov.io": "~0.1.6",
38    "coveralls": "^2.11.15",
39    "curl-amd": "~0.8.12",
40    "docdown": "~0.7.2",
41    "dojo": "^1.15.0",
42    "ecstatic": "^2.2.2",
43    "fs-extra": "~1.0.0",
44    "glob": "^7.1.4",
45    "istanbul": "0.4.5",
46    "jquery": "^3.4.1",
47    "jscs": "^3.0.7",
48    "lodash": "4.17.14",
49    "lodash-doc-globals": "^0.1.1",
50    "markdown-doctest": "^0.9.1",
51    "optional-dev-dependency": "^2.0.0",
52    "platform": "^1.3.3",
53    "qunit-extras": "^3.0.0",
54    "qunitjs": "^2.1.0",
55    "request": "^2.88.0",
56    "requirejs": "^2.3.6",
57    "sauce-tunnel": "^2.5.0",
58    "uglify-js": "2.7.5",
59    "webpack": "^1.14.0"
60  },
61  "greenkeeper": {
62    "ignore": [
63      "lodash"
64    ]
65  }
66}
67