nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / es5-shim / package.json
1 {
2   "name": "es5-shim",
3   "version": "4.5.9",
4   "description": "ECMAScript 5 compatibility shims for legacy JavaScript engines",
5   "homepage": "http://github.com/es-shims/es5-shim/",
6   "contributors": [
7     "Kris Kowal <kris@cixar.com> (http://github.com/kriskowal/)",
8     "Sami Samhuri <sami.samhuri@gmail.com> (http://samhuri.net/)",
9     "Florian Schäfer <florian.schaefer@gmail.com> (http://github.com/fschaefer)",
10     "Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com)",
11     "Kit Cambridge <kitcambridge@gmail.com> (http://kitcambridge.github.com)",
12     "Jordan Harband <ljharb@gmail.com> (https://github.com/ljharb/)"
13   ],
14   "bugs": {
15     "mail": "ljharb@gmail.com",
16     "url": "http://github.com/es-shims/es5-shim/issues"
17   },
18   "license": "MIT",
19   "main": "es5-shim.js",
20   "repository": {
21     "type": "git",
22     "url": "http://github.com/es-shims/es5-shim.git"
23   },
24   "scripts": {
25     "minify": "concurrently --raw 'npm run --silent minify-shim' 'npm run --silent minify-sham'",
26     "minify-shim": "uglifyjs es5-shim.js --keep-fnames --comments --source-map=es5-shim.map -m -b ascii_only=true,beautify=false > es5-shim.min.js",
27     "minify-sham": "uglifyjs es5-sham.js --keep-fnames --comments --source-map=es5-sham.map -m -b ascii_only=true,beautify=false > es5-sham.min.js",
28     "pretest": "npm run --silent lint",
29     "test": "npm run --silent tests-only",
30     "tests-only": "jasmine-node --matchall ./ tests/spec/",
31     "test-native": "jasmine-node --matchall tests/spec/",
32     "lint": "concurrently --raw 'npm run --silent jscs' 'npm run --silent eslint'",
33     "eslint": "eslint tests/helpers/*.js tests/spec/*.js es5-shim.js es5-sham.js",
34     "jscs": "jscs tests/helpers/*.js tests/spec/*.js es5-shim.js es5-sham.js"
35   },
36   "devDependencies": {
37     "eslint": "^2.12.0",
38     "@ljharb/eslint-config": "^5.0.0",
39     "jasmine-node": "^1.14.5",
40     "jscs": "^3.0.4",
41     "uglify-js": "^2.6.2",
42     "replace": "^0.3.0",
43     "semver": "^5.1.0",
44     "concurrently": "^2.1.0"
45   },
46   "engines": {
47     "node": ">=0.4.0"
48   },
49   "testling": {
50     "browsers": [
51       "iexplore/6.0..latest",
52       "firefox/3.0..6.0",
53       "firefox/18.0..latest",
54       "firefox/nightly",
55       "chrome/4.0..10.0",
56       "chrome/25.0..latest",
57       "chrome/canary",
58       "opera/10.0..latest",
59       "opera/next",
60       "safari/4.0..latest",
61       "ipad/6.0..latest",
62       "iphone/6.0..latest",
63       "android-browser/4.2"
64     ]
65   },
66   "keywords": [
67     "shim",
68     "es5",
69     "es5 shim",
70     "javascript",
71     "ecmascript",
72     "polyfill"
73   ]
74 }
75