52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"name": "jibo-state-machine",
|
|
"version": "7.0.6",
|
|
"description": "State machine library",
|
|
"main": "lib/jibo-state-machine.js",
|
|
"typings": "dts/index.d.ts",
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
},
|
|
"dependencies": {
|
|
"jibo-log": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "6.0.94",
|
|
"find-root": "^1.0.0",
|
|
"gulp": "^3.9.1",
|
|
"istanbul": "^0.4.5",
|
|
"jibo-gulp": "^8.0.0",
|
|
"jibo-typed-events": "^6.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "gulp test && istanbul report && yarn coverage:check",
|
|
"test:report": "gulp test-report",
|
|
"test:debug": "gulp test --debug",
|
|
"build": "gulp debug",
|
|
"build:release": "gulp",
|
|
"clean": "gulp clean-all",
|
|
"coverage:check": "istanbul check-coverage --statements 40 --branches 30 --functions 40 --lines 40",
|
|
"coverage:report": "istanbul report && open coverage/lcov-report/index.html",
|
|
"coverage:remap": "remap-istanbul --input ./coverage/coverage-final.json --output ./coverage/coverage-final.json -b jibo-state-machine/",
|
|
"watch": "gulp watch"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.jibo.com:sdk/sdk.git"
|
|
},
|
|
"keywords": [
|
|
"State Machines"
|
|
],
|
|
"files": [
|
|
"dts",
|
|
"lib",
|
|
"res"
|
|
],
|
|
"author": "Sigurdur Orn Adalgeirsson",
|
|
"contributors": [
|
|
"Sigurdur Orn Adalgeirsson <siggi.orn@jibo.com>"
|
|
],
|
|
"license": "UNLICENSED",
|
|
"distribution": "PROPRIETARY AND CONFIDENTIAL - NOT FOR DISTRIBUTION",
|
|
"copyright": "Copyright (c) 2014-2018 Jibo, Inc. All Rights Reserved"
|
|
} |