Built motion from commit 1038d87.|0.0.141
[motion.git] / public / bower_components / lodash / package.json
1 {
2   "name": "lodash",
3   "version": "4.5.1",
4   "main": "lodash.js",
5   "private": true,
6   "devDependencies": {
7     "async": "^1.5.2",
8     "benchmark": "^2.1.0",
9     "chalk": "^1.1.1",
10     "codecov.io": "~0.1.6",
11     "coveralls": "^2.11.6",
12     "curl-amd": "~0.8.12",
13     "docdown": "~0.4.1",
14     "dojo": "^1.10.4",
15     "ecstatic": "^1.4.0",
16     "fs-extra": "~0.26.5",
17     "glob": "^7.0.0",
18     "istanbul": "0.4.2",
19     "jquery": "^2.2.0",
20     "jscs": "^2.10.1",
21     "lodash": "4.4.0",
22     "platform": "^1.3.1",
23     "qunit-extras": "^1.4.5",
24     "qunitjs": "~1.21.0",
25     "request": "^2.69.0",
26     "requirejs": "^2.1.22",
27     "sauce-tunnel": "^2.4.0",
28     "uglify-js": "2.6.1",
29     "webpack": "^1.12.13"
30   },
31   "scripts": {
32     "build": "npm run build:main & npm run build:fp",
33     "build:fp": "node lib/fp/build-dist.js",
34     "build:fp-modules": "node lib/fp/build-modules.js",
35     "build:main": "node lib/main/build-dist.js",
36     "build:main-modules": "node lib/main/build-modules.js",
37     "doc": "node lib/main/build-doc github",
38     "doc:fp": "node lib/fp/build-doc",
39     "doc:site": "node lib/main/build-doc site",
40     "pretest": "npm run build",
41     "style": "npm run style:main & npm run style:fp & npm run style:perf & npm run style:test",
42     "style:fp": "jscs fp/*.js lib/**/*.js",
43     "style:main": "jscs lodash.js",
44     "style:perf": "jscs perf/*.js perf/**/*.js",
45     "style:test": "jscs test/*.js test/**/*.js",
46     "test": "npm run test:main && npm run test:fp",
47     "test:fp": "node test/test-fp",
48     "test:main": "node test/test"
49   }
50 }