Skip to content

Commit

Permalink
add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinbarabash committed Apr 29, 2017
1 parent f84baf3 commit cd5d75b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/semantic-math/math-traverse/issues"
},
"homepage": "https://github.com/semantic-math/math-traverse#readme"
}

0 comments on commit cd5d75b

Please sign in to comment.