UNPKG

@creenv/stats

Version:

a wrapper for Mr.Doob stats-js lib so that it first within @creenv

68 lines (67 loc) 1.82 kB
{ "name": "@creenv/stats", "version": "0.1.0", "description": "a wrapper for Mr.Doob stats-js lib so that it first within @creenv", "keywords": [ "stats", "stat", "creenv", "creative", "environment" ], "license": "MIT", "author": "Baptiste Crespy", "homepage": "https://github.com/bcrespy/creenv-stats.git", "repository": { "type": "git", "url": "https://github.com/bcrespy/creenv-stats.git" }, "bugs": { "mail": "baptiste.crespy@gmail.com", "url": "https://github.com/bcrespy/creenv-stats/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/hud-element": "0.0.2", "stats.js": "^0.17.0" }, "devDependencies": { "@babel/core": "^7.1.2", "@babel/preset-env": "^7.1.0", "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": [] } }