@ivaniscoding/celq-freebsd-x64 0.0.0-bootstrap.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +28 -0
package/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # @ivaniscoding/celq-freebsd-x64
2
+
3
+ Bootstrap package reserving the FreeBSD x86-64 binary package for
4
+ [celq](https://github.com/IvanIsCoding/celq).
5
+
6
+ This bootstrap version does not contain a binary. Install `celq` rather than
7
+ depending on this package directly.
package/package.json ADDED
@@ -0,0 +1,28 @@
1
+ {
2
+ "name": "@ivaniscoding/celq-freebsd-x64",
3
+ "version": "0.0.0-bootstrap.0",
4
+ "description": "Bootstrap package for the celq FreeBSD x86-64 binary",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/IvanIsCoding/celq.git"
8
+ },
9
+ "homepage": "https://github.com/IvanIsCoding/celq",
10
+ "bugs": {
11
+ "url": "https://github.com/IvanIsCoding/celq/issues"
12
+ },
13
+ "author": "Ivan Carvalho <ivancarvalho@gatech.edu>",
14
+ "license": "MIT OR Apache-2.0",
15
+ "os": [
16
+ "freebsd"
17
+ ],
18
+ "cpu": [
19
+ "x64"
20
+ ],
21
+ "files": [
22
+ "README.md"
23
+ ],
24
+ "publishConfig": {
25
+ "access": "public",
26
+ "tag": "bootstrap"
27
+ }
28
+ }