Files
Zos/Skills/@be/node_modules/jibo-cai-singleton/package.json

26 lines
623 B
JSON

{
"name": "jibo-cai-singleton",
"version": "3.0.1",
"description": "A utility library to create singleton objects",
"main": "lib/index.js",
"typings": "lib/debug/dts/main/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"find-root": "^1.0.0",
"semver-utils": "^1.1.1"
},
"repository": {
"type": "git",
"url": "git@github.jibo.com:characterai/jibo-cai-singleton.git"
},
"author": "Sigurdur Orn Adalgeirsson",
"license": "ISC",
"devDependencies": {
"chai": "^3.5.0",
"gulp": "^3.9.0",
"jibo-gulp": "^1.7.1"
}
}