array-includes-polyfill
Version:
Exposing a richer set of Array features for JavaScript
43 lines (42 loc) • 1.05 kB
JSON
{
"name": "array-includes-polyfill",
"version": "0.7.2",
"description": "Exposing a richer set of Array features for JavaScript",
"main": "dist/array-includes-polyfill-es6.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danieldram/array-includes-polyfill.git"
},
"keywords": [
"array",
"includes",
"ES7",
"ecma",
"script",
"2016"
],
"author": "Daniel Ram",
"license": "ISC",
"bugs": {
"url": "https://github.com/danieldram/array-includes-polyfill/issues"
},
"homepage": "https://github.com/danieldram/array-includes-polyfill#readme",
"dependencies": {
"babelify": "^6.3.0",
"browserify": "^11.2.0",
"chai": "^3.3.0",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"gulp-load-plugins": "^0.10.0",
"inherit-prototypes": "^0.1.1",
"vinyl-source-stream": "^1.1.0",
"wallabify": "0.0.9"
},
"directories": {
"test": "tests"
},
"devDependencies": {}
}