@creenv/canvas
Version:
Canvas is a wrapper class which is part of the Creative Environement project, Creenv.
37 lines (36 loc) • 761 B
JSON
{
"name": "@creenv/canvas",
"version": "0.1.4",
"description": "",
"keywords": [
"creative",
"coding",
"environement",
"creenv",
"es6",
"canvas"
],
"license": "MIT",
"author": "Baptiste Crespy",
"homepage": "https://github.com/bcrespy/creenv-canvas.git",
"repository": {
"type": "git",
"url": "https://github.com/bcrespy/creenv-canvas.git"
},
"bugs": {
"mail": "eu.nikitin@gmail.com",
"url": "https://github.com/bcrespy/creenv-canvas/issues"
},
"main": "lib/index.js",
"scripts": {
"clean": "",
"test": "cross-env NODE_ENV=test jest",
"prepublish": ""
},
"peerDependencies": {},
"dependencies": {},
"devDependencies": {
"cross-env": "5.1.4",
"jest": "22.4.3"
}
}