aboutsummaryrefslogtreecommitdiff
path: root/components/euler_angle/package.json
blob: dab2bba3aaf0391ebbdccb55d9c1f18200195e89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "@serpentity/components.euler_angle",
  "version": "4.0.0",
  "description": "Euler Angle component for serpentity",
  "main": "index.js",
  "author": "Rubén Beltrán del Río <subscriptions@unlimited.pizza>",
  "license": "Apache-2.0",
  "peerDependencies": {
    "@serpentity/serpentity": "^4.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://git.sr.ht/~rbdr/serpentity-lib"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "11c18b56e060a05c3285f132cfa2affbbdd91fe6"
}