array-intersect
Version:
[](https://travis-ci.org/callmecavs/array-intersect) [
47 lines (39 loc) • 1.15 kB
JSON
{
"name": "array-intersect",
"description": "",
"main": "dist/array-intersect.js",
"module": "dist/array-intersect.module.js",
"jsnext:main": "dist/array-intersect.module.js",
"version": "0.0.1",
"license": "MIT",
"repository": "callmecavs/array-intersect",
"author": {
"name": "Michael Cavalea",
"email": "callmecavs@gmail.com",
"url": "http://callmecavs.com/"
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w -m inline",
"prebuild": "rm -rf dist",
"prepublish": "npm run test",
"pretest": "npm run build",
"server": "python -m SimpleHTTPServer 3000",
"test": "standard 'src/**/*.js' 'test/**/*.js' && mocha"
},
"keywords": [
"array",
"intersect"
],
"devDependencies": {
"@babel/core": "^7.0.0-beta.34",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.34",
"@babel/preset-env": "^7.0.0-beta.34",
"chai": "^4.1.2",
"mocha": "^4.0.1",
"rollup": "^0.52.1",
"rollup-plugin-babel": "^4.0.0-beta.0",
"rollup-plugin-node-resolve": "^3.0.0",
"standard": "^10.0.3"
}
}