blupr 0.0.1

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 (3) hide show
  1. package/bin/blupr +0 -0
  2. package/package.json +16 -0
  3. package/readme.md +1 -0
package/bin/blupr ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "blupr",
3
+ "version": "0.0.1",
4
+ "description": "Blupr dev tool",
5
+ "bin": {
6
+ "blupr": "./bin/blupr"
7
+ },
8
+ "scripts": {
9
+ "test": "echo \"Error: no test specified\" && exit 1"
10
+ },
11
+ "keywords": [
12
+ "blupr"
13
+ ],
14
+ "author": "Heinrich Eida",
15
+ "license": "MIT"
16
+ }
package/readme.md ADDED
@@ -0,0 +1 @@
1
+ # Blupr dev tool