"description": "An Entity-Component-System Engine",
"version": "3.0.0",
"type": "module",
+ "license": "Apache-2.0",
"contributors": [
{
"name": "Rubén Beltrán del Río",
- "email": "ben@nsovocal.com",
+ "email": "subscriptions@unlimited.pizza",
"url": "https://unlimited.pizza"
}
],
"repository": {
"type": "git",
- "url": "https://github.com/serpentity/serpentity.git"
+ "url": "https://gitlab.com/serpentity/serpentity.git"
},
"dependencies": {
"events": "^3.1.0"
"scripts": {
"build": "webpack --config ./config/webpack.js",
"lint": "eslint lib",
- "test": "lab"
+ "test": "node test/integration.js"
},
"main": "./lib/serpentity.js"
}