aboutsummaryrefslogtreecommitdiff
path: root/components/weight/package.json
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2020-03-09 14:22:58 -0500
committerBen Beltran <ben@nsovocal.com>2020-03-09 14:22:58 -0500
commit582cea2aedd3b5763232837cc4960f07223908fb (patch)
treeaaa3721fe01f4177ba5937f709ca53dd96887b07 /components/weight/package.json
parent8d90115ac567adb5a3c61eefd27ab675fb3c0ef7 (diff)
Transfer components to lib repo
Diffstat (limited to 'components/weight/package.json')
-rw-r--r--components/weight/package.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/components/weight/package.json b/components/weight/package.json
new file mode 100644
index 0000000..ceba5a2
--- /dev/null
+++ b/components/weight/package.json
@@ -0,0 +1,11 @@
+{
+ "name": "@serpentity/components.weight",
+ "version": "3.0.0",
+ "description": "Weight component for serpentity",
+ "main": "index.js",
+ "author": "Rubén Beltrán del Río <subscriptions@unlimited.pizza>",
+ "license": "Apache-2.0",
+ "peerDependencies": {
+ "@serpentity/serpentity": "^2.0.0"
+ }
+}