]>
Commit | Line | Data |
---|---|---|
582cea2a BB |
1 | { |
2 | "name": "@serpentity/lib", | |
356e7b9e | 3 | "version": "2.0.0", |
582cea2a BB |
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": { | |
356e7b9e | 28 | "lerna": "^7.1.1" |
582cea2a BB |
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 | } |