From cd5d75baf356cf46247431c0cfba1adcde8a0143 Mon Sep 17 00:00:00 2001 From: Kevin Barabash Date: Sat, 29 Apr 2017 18:56:54 -0400 Subject: [PATCH] add package.json --- package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..b480afd --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "math-traverse", + "version": "0.0.1", + "description": "Library for traversing and replacing nodes in a math-ast AST", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/semantic-math/math-traverse.git" + }, + "author": "Kevin Barabash ", + "license": "MIT", + "bugs": { + "url": "https://github.com/semantic-math/math-traverse/issues" + }, + "homepage": "https://github.com/semantic-math/math-traverse#readme" +}