nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / lodash / package.json
1 {
2   "name": "lodash",
3   "version": "4.13.1",
4   "license": "MIT",
5   "private": true,
6   "main": "lodash.js",
7   "scripts": {
8     "build": "npm run build:main && npm run build:fp",
9     "build:fp": "node lib/fp/build-dist.js",
10     "build:fp-modules": "node lib/fp/build-modules.js",
11     "build:main": "node lib/main/build-dist.js",
12     "build:main-modules": "node lib/main/build-modules.js",
13     "doc": "node lib/main/build-doc github && npm run test:doc",
14     "doc:fp": "node lib/fp/build-doc",
15     "doc:site": "node lib/main/build-doc site",
16     "prepublish": "npm run build",
17     "pretest": "npm run build",
18     "style": "npm run style:main && npm run style:fp && npm run style:perf && npm run style:test",
19     "style:fp": "jscs fp/*.js lib/**/*.js",
20     "style:main": "jscs lodash.js",
21     "style:perf": "jscs perf/*.js perf/**/*.js",
22     "style:test": "jscs test/*.js test/**/*.js",
23     "test": "npm run test:main && npm run test:fp",
24     "test:doc": "markdown-doctest",
25     "test:fp": "node test/test-fp",
26     "test:main": "node test/test",
27     "validate": "npm run style && npm run test"
28   },
29   "devDependencies": {
30     "async": "^1.5.2",
31     "benchmark": "^2.1.0",
32     "chalk": "^1.1.3",
33     "codecov.io": "~0.1.6",
34     "coveralls": "^2.11.9",
35     "curl-amd": "~0.8.12",
36     "docdown": "~0.5.1",
37     "dojo": "^1.11.1",
38     "ecstatic": "^1.4.1",
39     "fs-extra": "~0.30.0",
40     "glob": "^7.0.3",
41     "istanbul": "0.4.3",
42     "jquery": "^2.2.4",
43     "jscs": "^3.0.1",
44     "lodash": "4.11.2",
45     "markdown-doctest": "^0.6.0",
46     "platform": "^1.3.1",
47     "qunit-extras": "^2.0.0",
48     "qunitjs": "~1.23.1",
49     "request": "^2.69.0",
50     "requirejs": "^2.2.0",
51     "sauce-tunnel": "^2.4.0",
52     "uglify-js": "2.6.2",
53     "webpack": "^1.13.1"
54   }
55 }