]> git.r.bdr.sh - rbdr/serpentity-lib/blame - package.json
Publish
[rbdr/serpentity-lib] / package.json
CommitLineData
582cea2a
BB
1{
2 "name": "@serpentity/lib",
3 "version": "1.0.0",
4 "description": "Shared components for Serpentity",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+ssh://git@gitlab.com/serpentity/lib.git"
12 },
13 "keywords": [
14 "ecs",
15 "serpentity",
16 "games",
17 "entity",
18 "component",
19 "system"
20 ],
21 "author": "Rubén Beltrán del Río",
22 "license": "Apache-2.0",
23 "bugs": {
24 "url": "https://gitlab.com/serpentity/lib/issues"
25 },
26 "homepage": "https://gitlab.com/serpentity/lib#readme",
27 "devDependencies": {
28 "lerna": "^3.20.2"
29 },
30 "dependencies": {
31 "@serpentity/components.acceleration": "file:components/acceleration",
1d72ec5b 32 "@serpentity/components.angle": "file:components/angle",
582cea2a 33 "@serpentity/components.debug": "file:components/debug",
1d72ec5b 34 "@serpentity/components.force": "file:components/force",
582cea2a
BB
35 "@serpentity/components.position": "file:components/position",
36 "@serpentity/components.velocity": "file:components/velocity",
37 "@serpentity/components.weight": "file:components/weight"
38 }
39}