File tree Expand file tree Collapse file tree 1 file changed +22
-12
lines changed Expand file tree Collapse file tree 1 file changed +22
-12
lines changed Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments