package.json
{
"name": "nanocyte-component-change",
"version": "1.1.4",
"description": "Nanocyte component change",
"keywords": [
"nanocyte",
"octoblu",
"meshblu"
],
"homepage": "https://github.com/octoblu/nanocyte-component-change",
"bugs": "https://github.com/octoblu/nanocyte-component-change/issues",
"author": {
"name": "Octoblu",
"url": "https://github.com/octoblu"
},
"main": "app/index.js",
"repository": {
"type": "git",
"url": "https://github.com/octoblu/nanocyte-component-change.git"
},
"scripts": {
"test": "mocha",
"coverage": "nyc npm test",
"test:watch": "mocha -w -R mocha-multi --reporter-options spec=-,mocha-osx-reporter=-",
"mocha:json": "env NPM_ENV=test mocha --reporter json > coverage/mocha.json"
},
"dependencies": {
"coffee-script": "^1.10.0",
"lodash": "^3.10.1",
"nanocyte-component-return-value": "^1.0.2"
},
"devDependencies": {
"chai": "^3.3.0",
"codeclimate-test-reporter": "^0.1.1",
"coffee-script": "^1.10.0",
"mocha": "^2.3.3",
"mocha-multi": "^0.9.1",
"mocha-osx-reporter": "^0.1.2",
"nyc": "^8.3.0",
"sinon": "^1.17.1",
"sinon-chai": "^2.8.0"
},
"peerDependencies": {},
"engines": {
"node": ">=0.10.0",
"npm": ">=2.0.0"
},
"license": "MIT",
"nyc": {
"cache": true,
"reporter": [
"text-summary",
"lcov",
"json"
],
"extension": [
".coffee"
]
}
}