fable-uuid
Version:
A simple UUID Generator.
55 lines (54 loc) • 1.65 kB
JSON
{
"name": "fable-uuid",
"version": "3.0.11",
"description": "A simple UUID Generator.",
"main": "source/Fable-UUID.js",
"scripts": {
"start": "node source/Fable-UUID.js",
"coverage": "./node_modules/.bin/nyc --reporter=lcov --reporter=text-lcov ./node_modules/mocha/bin/_mocha -- -u tdd -R spec",
"test": "./node_modules/.bin/mocha -u tdd -R spec",
"build": "./node_modules/.bin/gulp build",
"docker-dev-build-image": "docker build ./ -f Dockerfile_LUXURYCode -t retold/fable-uuid:local",
"docker-dev-run": "docker run -it -d --name retold-fable-uuid-dev -p 30002:8080 -v \"$PWD/.config:/home/coder/.config\" -v \"$PWD:/home/coder/fable-uuid\" -u \"$(id -u):$(id -g)\" -e \"DOCKER_USER=$USER\" retold/fable-uuid:local"
},
"mocha": {
"diff": true,
"extension": [
"js"
],
"package": "./package.json",
"reporter": "spec",
"slow": "75",
"timeout": "5000",
"ui": "tdd",
"watch-files": [
"source/**/*.js",
"test/**/*.js"
],
"watch-ignore": [
"lib/vendor"
]
},
"repository": {
"type": "git",
"url": "https://github.com/stevenvelozo/fable-uuid.git"
},
"keywords": [
"logging"
],
"author": "Steven Velozo <steven@velozo.com> (http://velozo.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/stevenvelozo/fable-uuid/issues"
},
"browser": {
"./source/Fable-UUID-Random.js": "./source/Fable-UUID-Random-Browser.js"
},
"homepage": "https://github.com/stevenvelozo/fable-uuid",
"devDependencies": {
"quackage": "^1.0.33"
},
"dependencies": {
"fable-serviceproviderbase": "^3.0.15"
}
}