refreshing-config/package.json

28 строки
780 B
JSON

{
"name": "refreshing-config",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha",
"coverage": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha && open ./coverage/lcov-report/index.html",
"lint": "./node_modules/eslint/bin/eslint.js . --ignore-path .gitignore",
"prepublish": "npm test && npm run lint"
},
"keywords": [],
"author": "William Bartholomew <willbar@microsoft.com>",
"license": "MIT",
"dependencies": {
"debug": "2.4.5",
"fast-json-patch": "1.1.3",
"moment": "2.17.1",
"q": "1.4.1"
},
"devDependencies": {
"chai": "3.5.0",
"eslint": "3.12.2",
"istanbul": "0.4.5",
"mocha": "3.2.0",
"sinon": "1.17.6"
}
}