package.json
{
"name": "condensation-particle-tests",
"version": "0.5.4",
"publishConfig": {
"tag": "latest"
},
"description": "Tests for condensation particles",
"main": "index.js",
"scripts": {
"test": "mocha \"./test/**/*.test.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/SungardAS/condensation-particle-tests.git"
},
"keywords": [
"condensation"
],
"author": "Kevin McGrath <kevin.mcgrath@sungardas.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/SungardAS/condensation-particle-tests/issues"
},
"homepage": "https://github.com/SungardAS/condensation-particle-tests#readme",
"dependencies": {
"lodash": "^4.12.0"
},
"peerDependencies": {
"condensation": ">=0.5.0"
},
"devDependencies": {
"mocha": "^3.2.0"
}
}