[Pkg-javascript-commits] [science.js] 09/87: Add package.json for use with npm.
bhuvan krishna
bhuvan-guest at moszumanska.debian.org
Thu Dec 8 06:11:52 UTC 2016
This is an automated email from the git hooks/post-receive script.
bhuvan-guest pushed a commit to branch master
in repository science.js.
commit e02a8c4e6f40700dfdd2cbe0ee3eda9e73893fbb
Author: Jason Davies <jason at jasondavies.com>
Date: Thu Aug 18 18:23:20 2011 +0100
Add package.json for use with npm.
---
.gitignore | 1 +
package.json | 13 +++++++++++++
2 files changed, 14 insertions(+)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..3c3629e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+node_modules
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..30c2a01
--- /dev/null
+++ b/package.json
@@ -0,0 +1,13 @@
+{
+ "name": "science.js",
+ "version": "1.2.0",
+ "description": "Scientific and statistical computing in JavaScript.",
+ "keywords": ["science", "statistics", "mathematics"],
+ "homepage": "https://github.com/jasondavies/science.js",
+ "author": {"name": "Jason Davies", "url": "http://www.jasondavies.com/"},
+ "repository": {"type": "git", "url": "http://github.com/jasondavies/science.js.git"},
+ "dependencies": {
+ "uglify-js": "1.0.6",
+ "vows": "0.5.10"
+ }
+}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/science.js.git
More information about the Pkg-javascript-commits
mailing list