Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit c7fa6d8

Browse files
committed
stubbed in package.json
1 parent 97f88dc commit c7fa6d8

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "plugin-node-tab",
3+
"version": "0.0.1",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/pattern-lab/plugin-node-tab.git"
12+
},
13+
"author": "",
14+
"license": "MIT",
15+
"bugs": {
16+
"url": "https://github.com/pattern-lab/plugin-node-tab/issues"
17+
},
18+
"homepage": "https://github.com/pattern-lab/plugin-node-tab#readme"
19+
}

0 commit comments

Comments
 (0)