UNPKG

cifar10

Version:

CIFAR-10 data set for nodejs / browser

54 lines (53 loc) 1.38 kB
{ "name": "cifar10", "version": "1.0.2", "description": "CIFAR-10 data set for nodejs / browser", "scripts": { "test": "nyc mocha", "coverage": "nyc report --reporter=text-lcov | coveralls", "coveralls": "npm run coverage -- --report lcovonly && cat ./coverage/lcov.info | coveralls" }, "repository": { "type": "git", "url": "git+https://github.com/DanRuta/cifar10.git" }, "keywords": [ "cifar10", "neural", "network", "javascript" ], "main": "dist/cifar10.js", "author": "Dan Ruta", "license": "MIT", "directories": {}, "bugs": { "url": "https://github.com/DanRuta/cifar10/issues" }, "engines": { "node": ">= 7.5.0" }, "homepage": "https://github.com/DanRuta/cifar10#readme", "dependencies": { "babel-polyfill": "^6.23.0" }, "devDependencies": { "babel-preset-es2015": "^6.9.0", "babel-preset-stage-3": "^6.5.0", "babelify": "^7.3.0", "chai": "3.5.0", "chai-as-promised": "^6.0.0", "coveralls": "^2.13.1", "grunt": "^1.0.1", "grunt-babel": "*", "grunt-cli": "^1.2.0", "grunt-contrib-uglify": "*", "grunt-contrib-watch": "^1.0.0", "istanbul": "^0.4.5", "mocha": "^3.4.2", "mocha-lcov-reporter": "^1.3.0", "nyc": "^11.0.2", "sinon": "^2.3.2", "sinon-chai": "^2.10.0" } }