Files
Speedtest-Tracker/conf/site/node_modules/object-path/component.json
Henry Whitaker ea5808047f Tweaked gitignore
gitignore removed all composer and npm files, so automated builds would fail
2020-04-12 21:24:03 +01:00

23 lines
457 B
JSON

{
"name": "object-path",
"description": "Access deep properties using a path",
"version": "0.9.2",
"author": {
"name": "Mario Casciaro"
},
"homepage": "https://github.com/mariocasciaro/object-path",
"repository": {
"type": "git",
"url": "git://github.com/mariocasciaro/object-path.git"
},
"main": "index.js",
"scripts": ["index.js"],
"keywords": [
"deep",
"path",
"access",
"bean"
],
"license": "MIT"
}