{"name":"nodemon","homepage":"http://nodemon.io","author":{"name":"Remy Sharp","url":"http://github.com/remy"},"bin":{"nodemon":"./bin/nodemon.js"},"engines":{"node":">=4"},"repository":{"type":"git","url":"git+https://github.com/remy/nodemon.git"},"description":"Simple monitor script for use during development of a node.js app.","keywords":["monitor","development","restart","autoload","reload","terminal"],"license":"MIT","main":"./lib/nodemon","scripts":{"commitmsg":"commitlint -e","coverage":"istanbul cover _mocha -- --timeout 30000 --ui bdd --reporter list test/**/*.test.js","lint":"jscs lib/**/*.js -v",":spec":"mocha --timeout 30000 --ui bdd test/**/*.test.js","test":"npm run lint && npm run spec","spec":"for FILE in test/**/*.test.js; do echo $FILE; TEST=1 mocha --exit --timeout 30000 $FILE; if [ $? -ne 0 ]; then exit 1; fi; sleep 1; done","postspec":"npm run clean","clean":"rm -rf test/fixtures/test*.js test/fixtures/test*.md","web":"node web","semantic-release":"semantic-release pre && npm publish && semantic-release post","prepush":"npm run lint","killall":"ps auxww | grep node | grep -v grep | awk '{ print $2 }' | xargs kill -9","postinstall":"node bin/postinstall || exit 0"},"devDependencies":{"@commitlint/cli":"^3.1.3","@commitlint/config-angular":"^3.1.1","async":"1.4.2","coffee-script":"~1.7.1","husky":"^0.14.3","istanbul":"^0.4.5","jscs":"^3.0.7","mocha":"^2.3.3","proxyquire":"^1.8.0","semantic-release":"^8.2.0","should":"~4.0.0"},"dependencies":{"chokidar":"^2.0.2","debug":"^3.1.0","ignore-by-default":"^1.0.1","minimatch":"^3.0.4","pstree.remy":"^1.1.0","semver":"^5.5.0","supports-color":"^5.2.0","touch":"^3.1.0","undefsafe":"^2.0.2","update-notifier":"^2.3.0"},"version":"1.18.1-alpha.1","readmeFilename":"README.md","gitHead":"a5263b12f54ffbe435f4f61dae7044a88fb53815","bugs":{"url":"https://github.com/remy/nodemon/issues"},"_id":"nodemon@1.18.1-alpha.1","_npmVersion":"6.1.0","_nodeVersion":"8.9.1","_npmUser":{"name":"remy","email":"remy@leftlogic.com"},"dist":{"shasum":"43c2ea8364b5084a7f54b317cbf2ae4f38b92ada","size":33083,"noattachment":false,"key":"/nodemon/-/nodemon-1.18.1-alpha.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/nodemon/download/nodemon-1.18.1-alpha.1.tgz"},"maintainers":[{"name":"remy","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nodemon_1.18.1-alpha.1_1531255276489_0.045408944338094726"},"_hasShrinkwrap":false,"publish_time":1531255276885,"_cnpm_publish_time":1531255276885,"dist-tags":{"debug":"2.0.14-alpha.1","debug-1268":"1.15.2-alpha.2","dev":"0.0.0-development","latest":"3.1.14"}}