{ "name": "light-speed", "version": "1.0.1", "description": "Speed of Light in Meters per Second", "main": "./lib/index.js", "jsnext": "./src/index.js", "scripts": { "test": "standard && mocha --compilers js:babel-core/register --recursive", "build": "babel ./src --out-dir ./lib" }, "babel": { "presets": [ "es2015" ] }, "author": "Thomas reggi", "license": "ISC", "devDependencies": { "babel-cli": "^6.2.0", "babel-core": "^6.3.2", "babel-preset-es2015": "^6.1.18", "chai": "^3.4.1", "mocha": "^2.3.4", "standard": "^5.4.1" }, "directories": { "test": "test" }, "dependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/reggi/light-speed.git" }, "bugs": { "url": "https://github.com/reggi/light-speed/issues" }, "homepage": "https://github.com/reggi/light-speed#readme" }