mirror-key-value
Version:
Mirroring to keys and values from array of strings
44 lines (43 loc) • 1.09 kB
JSON
{
"name": "mirror-key-value",
"version": "1.0.5",
"description": "Mirroring to keys and values from array of strings",
"repository": {
"type": "git",
"url": "git@github.com:sugarshin/mirror-key-value.git"
},
"main": "index.js",
"files": [
"index.js"
],
"keywords": [
"mirror",
"utility",
"array",
"object",
"key-value",
"action-types",
"flux"
],
"scripts": {
"lint": "eslint src",
"test-src": "mocha --compilers js:babel-register test.js",
"test": "npm run lint && npm run test-src",
"compile": "babel -o index.js --presets es2015 --no-babelrc src/index.js",
"prepublish": "npm test && npm run compile"
},
"author": "sugarshin",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-eslint": "^6.0.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-power-assert": "^1.0.0",
"babel-register": "^6.9.0",
"eslint": "^2.10.2",
"eslint-config-sugarshin": "^1.0.1",
"eslint-plugin-babel": "^3.2.0",
"mocha": "^2.4.5",
"power-assert": "^1.4.1"
}
}