Skip to content

Commit 9b17171

Browse files
committed
init
0 parents  commit 9b17171

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

package.json

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "doi",
3+
"version": "0.0.0",
4+
"description": "Regex all the dois",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "[email protected]:BeagleLab/doi.git"
12+
},
13+
"keywords": [
14+
"doi",
15+
"beagle"
16+
],
17+
"author": "Richard Littauer <[email protected]>",
18+
"license": "MIT",
19+
"bugs": {
20+
"url": "https://github.com/BeagleLab/doi/issues"
21+
},
22+
"homepage": "https://github.com/BeagleLab/doi"
23+
}

0 commit comments

Comments
 (0)