{
  "name": "stringtoms",
  "version": "1.0.5",
  "description": "Convert string to milliseconds",
  "keywords": "convert string strings millisecond milliseconds ms",
  "main": "lib/index.js",
  "jsdelivr": "standalone/stringtoms.js",
  "dependencies": {},
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-core": "^6.24.1",
    "babel-istanbul": "^0.12.2",
    "babel-polyfill": "^6.23.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "browserify": "^15.2.0",
    "chai": "^4.0.2",
    "chai-spies": "^1.0.0",
    "coveralls": "^3.0.0",
    "david": "^11.0.0",
    "documentation": "^5.3.5",
    "istanbul": "^0.4.5",
    "mocha": "^5.0.0",
    "uglify-js": "^3.0.24"
  },
  "scripts": {
    "test": "node_modules/mocha/bin/mocha --compilers js:babel-register --require babel-polyfill --recursive tests",
    "tdd": "node_modules/mocha/bin/mocha --compilers js:babel-register --require babel-polyfill --recursive tests --watch src/ tests/",
    "serve": "node_modules/babel-cli/bin/babel.js -w src -d lib | nodemon --watch lib",
    "watch": "node_modules/babel-cli/bin/babel.js -w src -d lib",
    "examples": "node_modules/babel-cli/bin/babel.js -w examples/src -d examples/bin | nodemon examples/bin/index.js --watch examples/bin --watch lib",
    "sandbox": "npm run watch & npm run examples",
    "coverage": "node_modules/.bin/babel-node node_modules/.bin/babel-istanbul cover node_modules/.bin/_mocha -- --compilers js:babel-register --require babel-polyfill --recursive tests",
    "updatedependencies": "./node_modules/david/bin/david.js update",
    "documentation": "node_modules/documentation/bin/documentation.js build src/** -f html -o docs && node_modules/documentation/bin/documentation.js build src/** -f md -o docs/docs.md",
    "commitdocs": "npm run documentation && git add docs/docs.md && git add docs/index.html && git commit -m 'rebuild documentation'",
    "push": "git push origin && git push github",
    "release": "cd $(git rev-parse --show-toplevel)/scripts && ./release",
    "coveralls": "npm run coverage && cat ./coverage/lcov.info | node_modules/.bin/coveralls",
    "prepublishOnly": "node_modules/babel-cli/bin/babel.js src --out-dir lib",
    "standalone": "npm run prepublishOnly && node_modules/.bin/browserify lib/index.js --standalone stringtoms > standalone/stringtoms.js && node_modules/.bin/browserify lib/index.js --standalone stringtoms | node_modules/.bin/uglifyjs -c > standalone/stringtoms.min.js"
  },
  "author": "ranapat@gmail.com",
  "license": "Unlicense",
  "private": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/ranapat/stringtoms.git"
  }
}
