react-game-engine
Advanced tools
Comparing version 0.0.1 to 0.0.3
{ | ||
"name": "react-game-engine", | ||
"version": "0.0.1", | ||
"version": "0.0.3", | ||
"description": "A lightweight game engine for React projects", | ||
"main": "index.js", | ||
"main": "build/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "jest", | ||
"build": "webpack", | ||
"prepublish": "rm -rf ./build && npm run build" | ||
}, | ||
"jest": { | ||
"testURL": "http://localhost/" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/bberak/react-game-engine.git" | ||
}, | ||
"keywords": [ | ||
"React", | ||
"JS", | ||
"Game", | ||
"Engine", | ||
"2D", | ||
"3D" | ||
], | ||
"author": "Boris Berak", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/bberak/react-game-engine/issues" | ||
}, | ||
"homepage": "https://github.com/bberak/react-game-engine", | ||
"peerDependencies": { | ||
"react": "*" | ||
}, | ||
"devDependencies": { | ||
"babel-jest": "^22.4.1", | ||
"babel-loader": "^7.0.0", | ||
"babel-plugin-transform-class-properties": "^6.24.1", | ||
"babel-plugin-transform-object-rest-spread": "^6.26.0", | ||
"babel-plugin-transform-react-jsx": "^6.24.1", | ||
"babel-preset-env": "^1.6.1", | ||
"babel-preset-react": "^6.24.1", | ||
"jest": "^22.4.2", | ||
"react": "*", | ||
"react-test-renderer": "^16.2.0", | ||
"webpack": "^2.6.1" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
24296
4
500
0
1
1
4
0
1
11