UNPKG

flowxo-utils

Version:
50 lines (49 loc) 1.35 kB
{ "name": "flowxo-utils", "version": "3.3.0", "description": "Common utilities for Flow XO.", "main": "lib/index.js", "scripts": { "lint": "jshint --exclude-path=.jshintignore --reporter=node_modules/jshint-stylish .", "spec": "node spec/runner.js", "spec:watch": "nodemon --exec npm run spec --silent", "coverage": "istanbul cover spec/runner.js", "view-coverage": "npm run coverage --silent && opn coverage/lcov-report/index.html", "test": "npm run lint --silent && npm run coverage --silent && istanbul check-coverage" }, "engines": { "node": ">=0.10.0" }, "repository": { "type": "git", "url": "https://github.com/flowxo/flowxo-utils.git" }, "keywords": [ "flowxo" ], "author": { "name": "Tom Spencer", "email": "fiznool@gmail.com" }, "license": "MIT", "bugs": { "url": "https://github.com/flowxo/flowxo-utils/issues" }, "homepage": "https://github.com/flowxo/flowxo-utils", "devDependencies": { "istanbul": "0.4.4", "jasmine": "^2.4.1", "jasmine-spec-reporter": "2.5.0", "jshint": "2.9.2", "jshint-stylish": "2.2.0", "moment": "^2.17.1", "nodemon": "1.10.0", "opn-cli": "3.1.0" }, "dependencies": { "bluebird": "^3.7.2", "lodash": "^4.17.15", "moment-timezone": "^0.5.27", "sugar-date": "^2.0.6" } }