X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=public%2Fbower_components%2Flodash%2Fpackage.json;h=10fcef4dd91135a36a8af14f06c951d385257468;hb=221ba7c2ffc043570bbad1e8f0d6074fb4ff1fb0;hp=914499d16dece1566af19e30822979d01d844642;hpb=5d92478b1cb7479f39a43973775a6f6147fba8ac;p=motion.git diff --git a/public/bower_components/lodash/package.json b/public/bower_components/lodash/package.json index 914499d..10fcef4 100644 --- a/public/bower_components/lodash/package.json +++ b/public/bower_components/lodash/package.json @@ -1,11 +1,35 @@ { "name": "lodash", - "version": "4.11.2", - "license": "MIT", - "private": true, + "version": "4.5.1", "main": "lodash.js", + "private": true, + "devDependencies": { + "async": "^1.5.2", + "benchmark": "^2.1.0", + "chalk": "^1.1.1", + "codecov.io": "~0.1.6", + "coveralls": "^2.11.6", + "curl-amd": "~0.8.12", + "docdown": "~0.4.1", + "dojo": "^1.10.4", + "ecstatic": "^1.4.0", + "fs-extra": "~0.26.5", + "glob": "^7.0.0", + "istanbul": "0.4.2", + "jquery": "^2.2.0", + "jscs": "^2.10.1", + "lodash": "4.4.0", + "platform": "^1.3.1", + "qunit-extras": "^1.4.5", + "qunitjs": "~1.21.0", + "request": "^2.69.0", + "requirejs": "^2.1.22", + "sauce-tunnel": "^2.4.0", + "uglify-js": "2.6.1", + "webpack": "^1.12.13" + }, "scripts": { - "build": "npm run build:main && npm run build:fp", + "build": "npm run build:main & npm run build:fp", "build:fp": "node lib/fp/build-dist.js", "build:fp-modules": "node lib/fp/build-modules.js", "build:main": "node lib/main/build-dist.js", @@ -14,39 +38,13 @@ "doc:fp": "node lib/fp/build-doc", "doc:site": "node lib/main/build-doc site", "pretest": "npm run build", - "style": "npm run style:main && npm run style:fp && npm run style:perf && npm run style:test", + "style": "npm run style:main & npm run style:fp & npm run style:perf & npm run style:test", "style:fp": "jscs fp/*.js lib/**/*.js", "style:main": "jscs lodash.js", "style:perf": "jscs perf/*.js perf/**/*.js", "style:test": "jscs test/*.js test/**/*.js", "test": "npm run test:main && npm run test:fp", "test:fp": "node test/test-fp", - "test:main": "node test/test", - "validate": "npm run style && npm run test" - }, - "devDependencies": { - "async": "^1.5.2", - "benchmark": "^2.1.0", - "chalk": "^1.1.3", - "codecov.io": "~0.1.6", - "coveralls": "^2.11.9", - "curl-amd": "~0.8.12", - "docdown": "~0.5.1", - "dojo": "^1.11.1", - "ecstatic": "^1.4.0", - "fs-extra": "~0.28.0", - "glob": "^7.0.3", - "istanbul": "0.4.3", - "jquery": "^2.2.3", - "jscs": "^3.0.1", - "lodash": "4.10.0", - "platform": "^1.3.1", - "qunit-extras": "^1.5.0", - "qunitjs": "~1.23.1", - "request": "^2.69.0", - "requirejs": "^2.2.0", - "sauce-tunnel": "^2.4.0", - "uglify-js": "2.6.2", - "webpack": "^1.12.15" + "test:main": "node test/test" } }