aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2019-10-02 10:43:46 +0200
committerIgor Pashev <pashev.igor@gmail.com>2019-10-02 13:53:49 +0200
commitd013913ab48a8ee664e84d74daf52211b7c9411d (patch)
tree2982c7210e7d33c9479db70c94943c49e40f85ce /package.json
downloadnpm4nix-d013913ab48a8ee664e84d74daf52211b7c9411d.tar.gz
Initial version 0.1.00.1.0
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"
+}