Skip to content

Commit

Permalink
init npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
svenkreiss committed Jul 4, 2020
1 parent d7428d1 commit ea1752f
Show file tree
Hide file tree
Showing 10 changed files with 5,327 additions and 66 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,7 @@ nosetests.xml
.pydevproject

.vscode/

# js
ts_dist/
node_modules
4,321 changes: 4,321 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "unicodeit",
"version": "0.7.0-pre1",
"description": "Converts LaTeX tags to unicode.",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "tsc && mocha ./ts_dist/tests.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/svenkreiss/unicodeit.git"
},
"author": "Sven Kreiss",
"license": "ISC",
"bugs": {
"url": "https://github.com/svenkreiss/unicodeit/issues"
},
"homepage": "https://github.com/svenkreiss/unicodeit#readme",
"devDependencies": {
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"chai": "^4.2.0",
"mocha": "^8.0.1",
"ts-loader": "^7.0.5",
"typescript": "^3.9.6",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
}
}
Loading

0 comments on commit ea1752f

Please sign in to comment.