[Pkg-javascript-commits] [node-browser-pack] 03/141: package.json and license

Bastien Roucariès rouca at moszumanska.debian.org
Thu May 4 10:23:19 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-browser-pack.

commit 89c1af892a8bd89a6580e1947597062603924141
Author: James Halliday <mail at substack.net>
Date:   Mon Feb 11 00:11:39 2013 -0800

    package.json and license
---
 LICENSE         | 18 ++++++++++++++++++
 package.json    | 38 ++++++++++++++++++++++++++++++++++++++
 readme.markdown |  2 +-
 3 files changed, 57 insertions(+), 1 deletion(-)

diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..ee27ba4
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,18 @@
+This software is released under the MIT license:
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
+the Software, and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
+FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
+COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..526e101
--- /dev/null
+++ b/package.json
@@ -0,0 +1,38 @@
+{
+    "name": "browser-pack",
+    "version": "0.0.0",
+    "description": "pack node-style source files from a json stream into a browser bundle",
+    "main": "index.js",
+    "dependencies": {
+        "JSONStream": "~0.4.3",
+        "duplexer": "~0.0.3",
+        "through": "~2.1.0"
+    },
+    "devDependencies": {
+        "tap": "~0.4.0",
+        "tape": "~0.2.2"
+    },
+    "scripts": {
+        "test": "tap test/*.js"
+    },
+    "repository": {
+        "type": "git",
+        "url": "git://github.com/substack/browser-pack.git"
+    },
+    "homepage": "https://github.com/substack/browser-pack",
+    "keywords": [
+        "browser",
+        "bundle",
+        "commonjs",
+        "commonj-esque",
+        "exports",
+        "module.exports",
+        "require"
+    ],
+    "author": {
+        "name": "James Halliday",
+        "email": "mail at substack.net",
+        "url": "http://substack.net"
+    },
+    "license": "MIT"
+}
diff --git a/readme.markdown b/readme.markdown
index 819e701..c8751eb 100644
--- a/readme.markdown
+++ b/readme.markdown
@@ -1,6 +1,6 @@
 # browser-bundle
 
-pack node-style source files from a json stream into one or more browser bundles
+pack node-style source files from a json stream into a browser bundle
 
 # example
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-browser-pack.git



More information about the Pkg-javascript-commits mailing list