aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..43b9be3
--- /dev/null
+++ b/package.json
@@ -0,0 +1,24 @@
+{
+ "name": "npm4nix",
+ "version": "0.1.0",
+ "description": "",
+ "scripts": {
+ },
+ "bin": {
+ "npm4nix": "cmd/main.js"
+ },
+ "files": [
+ "cmd/*.js",
+ "lib/*.js"
+ ],
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/ip1981/npm4nix.git"
+ },
+ "author": "Igor Pashev",
+ "license": "WTFPL",
+ "bugs": {
+ "url": "https://github.com/ip1981/npm4nix/issues"
+ },
+ "homepage": "https://github.com/ip1981/npm4nix#readme"
+}