Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "ical2json", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A simple node package to convert ical to JSON", | ||
@@ -9,2 +9,9 @@ "main": "index.js", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:adrianlee44/ical2json.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/adrianlee44/ical2json/issues" | ||
}, | ||
"keywords": [ | ||
@@ -16,3 +23,9 @@ "ical", | ||
"author": "Adrian Lee", | ||
"license": "MIT", | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://github.com/adrianlee44/ical2json/blob/master/LICENSE" | ||
} | ||
], | ||
"bin": "bin/ical2json", | ||
"devDependencies": { | ||
@@ -19,0 +32,0 @@ "grunt": "~0.4.1", |
@@ -1,2 +0,2 @@ | ||
ical2json | ||
ical2json [![Build Status](https://travis-ci.org/adrianlee44/ical2json.png?branch=master)](https://travis-ci.org/adrianlee44/ical2json) | ||
=== | ||
@@ -6,5 +6,5 @@ A simple node package to convert iCal data (.ics file) to JSON format | ||
## Getting started | ||
Download from npm | ||
Download and install from npm | ||
``` | ||
npm install ical2json | ||
npm install -g ical2json | ||
``` | ||
@@ -79,3 +79,3 @@ | ||
``` | ||
Usage: ical2json.js [options] [FILES...] | ||
Usage: ical2json [options] [FILES...] | ||
@@ -88,4 +88,11 @@ Options: | ||
Programmatic API | ||
``` | ||
var ical2json = require("ical2json"); | ||
var output = ical2json.convert(icalData); | ||
``` | ||
Author and license | ||
--- | ||
Adrian Lee and license under MIT |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
9706
0
96
1
68