Skip to content

Commit 2e3e937

Browse files
committed
Update package.json
1 parent b51a2a4 commit 2e3e937

File tree

1 file changed

+22
-12
lines changed

1 file changed

+22
-12
lines changed

package.json

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
{
2-
"name": "plaindata-tools",
3-
"version": "1.0.0",
4-
"description": "plaindata tools",
5-
"main": "./plaindata-tools.js",
6-
"repository": {
7-
"type": "git",
8-
"url": "git://github.com/plaincode/plaindata-tools.git"
9-
},
10-
"dependencies": {
11-
"plaindata": "*"
12-
},
13-
"private": true
2+
"name": "plaindata-tools",
3+
"version": "1.0.0",
4+
"description": "plaindata tools",
5+
"main": "plaindata-tools.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git://github.com/plaincode/plaindata-tools.git"
12+
},
13+
"keywords": [
14+
"plaindata"
15+
],
16+
"author": "Peter Breitling",
17+
"license": "proprietary",
18+
"private": true,
19+
"bugs": {
20+
"url": "https://github.com/plaincode/plaindata-tools/issues"
21+
},
22+
"homepage": "https://github.com/plaincode/plaindata-tools"
1423
}
24+

0 commit comments

Comments
 (0)