solar-scores
Version:
Compute scores for solar decathlon competition - Cali 2015
39 lines (38 loc) • 1.02 kB
JSON
{
"name": "solar-scores",
"version": "0.4.9",
"description": "Compute scores for solar decathlon competition - Cali 2015",
"main": "src/index.js",
"scripts": {
"test": "mocha --require should --require=should-promised --reporter mocha-better-spec-reporter --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bioreactor/solar-scores.git"
},
"keywords": [
"solar",
"decathlon",
"scores"
],
"author": "Danie Kostro",
"contributors": [
"Miguel Asencio <maasencioh@gmail.com> (https://github.com/maasencioh)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Bioreactor/solar-scores/issues"
},
"homepage": "https://github.com/Bioreactor/solar-scores#readme",
"dependencies": {
"lodash.clone": "^3.0.3",
"lodash.flatten": "^3.0.2",
"moment": "^2.10.6"
},
"devDependencies": {
"mocha": "^2.2.5",
"mocha-better-spec-reporter": "^2.1.1",
"should": "^7.0.2",
"should-promised": "^0.3.1"
}
}