UNPKG

sails-hook-nested

Version:
41 lines (40 loc) 653 B
{ "name": "sails-hook-nested", "version": "0.3.0", "description": "Nested attributes for sails models.", "main": "index.js", "sails": { "isHook": true, "hookName": "nested" }, "scripts": { "test": "mocha" }, "author": { "name": "cope" }, "contributors": [ "dzoni77" ], "keywords": [ "nested", "attributes", "sails", "hook", "sails-hook" ], "license": "MIT", "dependencies": { "@cesium133/forgjs": "^1.2.1", "lodash": "^4.17.11" }, "repository": { "type": "git", "url": "git://github.com/cope/sails-hook-nested.git" }, "devDependencies": { "chai": "^4.2.0", "mocha": "^5.2.0", "sails": "^1.1.0" } }