@creenv/capture
Version:
Creenv Capture allows you to export your work as a video file, in the easiest possible way
80 lines (79 loc) • 2.12 kB
JSON
{
"name": "@creenv/capture",
"version": "0.3.1",
"description": "Creenv Capture allows you to export your work as a video file, in the easiest possible way",
"keywords": [
"capture",
"export",
"video",
"canvas",
"image",
"file",
"render",
"creenv",
"creative",
"environment"
],
"license": "MIT",
"author": "Baptiste Crespy",
"homepage": "https://github.com/bcrespy/creenv-capture.git",
"repository": {
"type": "git",
"url": "https://github.com/bcrespy/creenv-capture.git"
},
"bugs": {
"mail": "baptiste.crespy@gmail.com",
"url": "https://github.com/bcrespy/creenv-capture/issues"
},
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"clean": "",
"test": "cross-env NODE_ENV=test jest",
"test:watch": "cross-env NODE_ENV=test jest --watch",
"test:cover": "cross-env NODE_ENV=test jest --coverage",
"prepublish": "npm run test",
"start": "webpack-dev-server --config webpack/dev.config.js"
},
"peerDependencies": {},
"dependencies": {
"@creenv/audio": "^0.4.0",
"@creenv/core": "^0.1.2",
"fs": "0.0.1-security",
"jszip": "^3.1.5",
"webm-writer": "^0.2.1"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@creenv/canvas": "^0.1.3",
"@creenv/gui": "^1.1.0",
"@creenv/hud": "0.0.1",
"@creenv/stats": "0.0.1",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.4",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"brfs": "^2.0.1",
"clean-webpack-plugin": "^0.1.19",
"cross-env": "^5.1.4",
"css-loader": "^1.0.0",
"file-loader": "^2.0.0",
"html-loader": "^0.5.5",
"html-webpack-harddisk-plugin": "^0.2.0",
"html-webpack-plugin": "^3.2.0",
"jsdoc-to-markdown": "^4.0.1",
"node-sass": "^4.9.3",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"watchify": "^3.11.0",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9"
},
"jest": {
"testEnvironment": "node",
"transformIgnorePatterns": []
}
}