{
  "name": "core-js",
  "description": "Standard library",
  "version": "2.4.1",
  "repository": {
    "type": "git",
    "url": "https://github.com/zloirock/core-js.git"
  },
  "main": "index.js",
  "devDependencies": {
    "webpack": "1.13.x",
    "LiveScript": "1.3.x",
    "grunt": "1.0.x",
    "grunt-cli": "1.2.x",
    "grunt-livescript": "0.6.x",
    "grunt-contrib-uglify": "1.0.x",
    "grunt-contrib-watch": "1.0.x",
    "grunt-contrib-clean": "1.0.x",
    "grunt-contrib-copy": "1.0.x",
    "grunt-karma": "2.0.x",
    "karma": "1.1.x",
    "karma-qunit": "1.1.x",
    "karma-chrome-launcher": "1.0.x",
    "karma-ie-launcher": "1.0.x",
    "karma-firefox-launcher": "1.0.x",
    "karma-phantomjs-launcher": "1.0.x",
    "qunitjs": "2.0.x",
    "phantomjs-prebuilt": "2.1.x",
    "promises-aplus-tests": "2.1.x",
    "es-observable-tests": "0.2.x",
    "eslint": "3.1.x",
    "temp": "0.8.x"
  },
  "scripts": {
    "grunt": "grunt",
    "lint": "eslint es5 es6 es7 stage web core fn modules",
    "promises-tests": "promises-aplus-tests tests/promises-aplus/adapter",
    "observables-tests": "node tests/observables/adapter && node tests/observables/adapter-library",
    "test": "npm run lint && npm run grunt livescript client karma:default && npm run grunt library karma:library && npm run promises-tests && npm run observables-tests && lsc tests/commonjs"
  },
  "license": "MIT",
  "keywords": [
    "ES3",
    "ECMAScript 3",
    "ES5",
    "ECMAScript 5",
    "ES6",
    "ES2015",
    "ECMAScript 6",
    "ECMAScript 2015",
    "ES7",
    "ES2016",
    "ECMAScript 7",
    "ECMAScript 2016",
    "Harmony",
    "Strawman",
    "Map",
    "Set",
    "WeakMap",
    "WeakSet",
    "Promise",
    "Symbol",
    "TypedArray",
    "setImmediate",
    "Dict",
    "polyfill",
    "shim"
  ]
}