UNPKG

nmsp

Version:

Create, manage and extend your namespaces in the browser and NodeJS.

60 lines (59 loc) 1.45 kB
{ "name": "nmsp", "version": "2.0.0", "description": "Create, manage and extend your namespaces in the browser and NodeJS.", "author": "Ryan Fitzer", "license": "MIT", "main": "index.js", "unpkg": "./dist/nmsp.min.js", "scripts": { "build": "npm run toc && rm -rf ./dist && grunt --verbose", "checkpkg": "npm pack && tar -xvzf *.tgz && rm -rf package *.tgz", "prepublishOnly": "npm run build", "test": "istanbul cover --report lcovonly ./node_modules/mocha/bin/_mocha -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage", "toc": "doctoc README.md --github" }, "engines": { "node": ">=4.0.0" }, "repository": { "type": "git", "url": "https://github.com/ryanfitzer/nmsp.git" }, "keywords": [ "at path", "extend", "extend objects", "from path", "merge", "merge objects", "ns", "nsjs", "namespace", "namespacejs", "namespacer", "namespacerjs", "namespaced", "namespacedjs", "pojo", "objects" ], "files": [ "dist", "LICENSE", "README.md", "index.js" ], "devDependencies": { "coveralls": "^3.0.2", "doctoc": "^1.4.0", "eslint": "^5.2.0", "grunt": "^1.0.3", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-uglify": "^4.0.0", "istanbul": "^0.4.5", "mocha": "^6.0.0", "mocha-lcov-reporter": "^1.2.0" }, "dependencies": {} }