gift-card-server/node_modules/nodemon/package.json

98 lines
2.6 KiB
JSON
Raw Permalink Normal View History

2019-06-19 10:46:14 -04:00
{
"_args": [
[
"nodemon@1.12.1",
"/Users/rodrigopinto/Documents/Development/ClusterSystems/cluster-server"
]
],
"_development": true,
"_from": "nodemon@1.12.1",
"_id": "nodemon@1.12.1",
"_inBundle": false,
"_integrity": "sha1-mWpW3EnZ8Wu/G3ik3gjxNjSzh40=",
"_location": "/nodemon",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "nodemon@1.12.1",
"name": "nodemon",
"escapedName": "nodemon",
"rawSpec": "1.12.1",
"saveSpec": null,
"fetchSpec": "1.12.1"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/nodemon/-/nodemon-1.12.1.tgz",
"_spec": "1.12.1",
"_where": "/Users/rodrigopinto/Documents/Development/ClusterSystems/cluster-server",
"author": {
"name": "Remy Sharp",
"url": "http://github.com/remy"
},
"bin": {
"nodemon": "./bin/nodemon.js"
},
"bugs": {
"url": "https://github.com/remy/nodemon/issues"
},
"dependencies": {
"chokidar": "^1.7.0",
"debug": "^2.6.8",
"es6-promise": "^3.3.1",
"ignore-by-default": "^1.0.1",
"lodash.defaults": "^3.1.2",
"minimatch": "^3.0.4",
"ps-tree": "^1.1.0",
"touch": "^3.1.0",
"undefsafe": "0.0.3",
"update-notifier": "^2.2.0"
},
"description": "Simple monitor script for use during development of a node.js app.",
"devDependencies": {
"@commitlint/cli": "^3.1.3",
"@commitlint/config-angular": "^3.1.1",
"async": "1.4.2",
"coffee-script": "~1.7.1",
"connect": "~2.19.1",
"husky": "^0.14.3",
"istanbul": "~0.2.10",
"jscs": "2.1.1",
"mocha": "2.3.3",
"semantic-release": "4.3.5",
"should": "~4.0.0"
},
"engines": {
"node": ">=0.8"
},
"homepage": "http://nodemon.io",
"keywords": [
"monitor",
"development",
"restart",
"autoload",
"reload",
"terminal"
],
"license": "MIT",
"main": "./lib/nodemon",
"name": "nodemon",
"repository": {
"type": "git",
"url": "git+https://github.com/remy/nodemon.git"
},
"scripts": {
":spec": "mocha --timeout 30000 --ui bdd test/**/*.test.js",
"commitmsg": "commitlint -e",
"coverage": "istanbul cover _mocha -- --timeout 30000 --ui bdd --reporter list test/**/*.test.js",
"lint": "jscs lib/**/*.js -v",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"spec": "for FILE in test/**/*.test.js; do echo $FILE; ./node_modules/.bin/mocha --timeout 30000 $FILE; if [ $? -ne 0 ]; then exit 1; fi; sleep 1; done",
"test": "npm run lint && npm run spec",
"web": "node web"
},
"version": "1.12.1"
}