@ssv/core
Version:
Core utilities, components and services for browser and node
25 lines • 622 B
JSON
{
"name": "@ssv/core",
"version": "0.6.1",
"description": "Core utilities, components and services for browser and node",
"keywords": [
"sketch7",
"core",
"utils"
],
"author": "Stephen Lautier <stephen.lautier@outlook.com>, Clayton Lautier <clayton.lautier@outlook.com>",
"license": "MIT",
"main": "ssv-core.js",
"umd:main": "ssv-core.umd.js",
"module": "ssv-core.mjs",
"source": "src/index.ts",
"typings": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/sketch7/ssv-core"
},
"dependencies": {},
"peerDependencies": {
"lodash": "^4.0.0"
}
}