split-keypath
Version:
Splits strings into an array of keys used for reading nested data structures
51 lines (50 loc) • 1.32 kB
JSON
{
"name": "split-keypath",
"version": "1.0.1",
"dependencies": {},
"main": "src/index.js",
"scripts": {
"prepublish": "grunt build",
"test": "grunt test"
},
"devDependencies": {
"babel-bits": "^1.0.1",
"bit-imports": "^2.0.1",
"browserify": "~13.0.0",
"chai": "~3.5.0",
"config-grunt-tasks": "^1.0.0",
"eslint-tap": "^1.1.0",
"grunt": "~0.4.5",
"grunt-browserify": "~5.0.0",
"grunt-concurrent": "~2.2.1",
"grunt-contrib-connect": "~1.0.1",
"grunt-contrib-uglify": "~1.0.1",
"grunt-contrib-watch": "~1.0.0",
"grunt-eslint": "^18.0.0",
"grunt-mocha": "~0.4.15",
"grunt-release": "^0.13.0",
"load-grunt-tasks": "^3.4.1",
"mocha": "~2.4.5",
"sinon": "~1.17.3",
"spromise": "^1.0.0"
},
"browser": {},
"directories": {
"test": "test"
},
"description": "Splits strings into an array of keys used for reading nested data structures",
"repository": {
"type": "git",
"url": "https://github.com/MiguelCastillo/split-keypath.git"
},
"keywords": [
"split",
"keypath"
],
"author": "Miguel Castillo <manchagnu@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MiguelCastillo/split-keypath/issues"
},
"homepage": "https://github.com/MiguelCastillo/split-keypath"
}