kvjs
Version:
key-value json mapper
33 lines (32 loc) • 669 B
JSON
{
"name": "kvjs",
"version": "0.0.14",
"description": "key-value json mapper",
"main": "lib/index.js",
"scripts": {
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Apozhidaev/kvjs.git"
},
"keywords": [
"key",
"value",
"json",
"mapper"
],
"author": "alexanderpo",
"license": "MIT",
"bugs": {
"url": "https://github.com/Apozhidaev/kvjs/issues"
},
"homepage": "https://github.com/Apozhidaev/kvjs#readme",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.4.0",
"mocha": "^3.3.0",
"webpack": "^2.5.1"
}
}