superfly-timeline
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "superfly-timeline", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A collection of rules as well as a resolver for placing objects on a virtual timeline.", | ||
@@ -13,6 +13,6 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "git+https://bitbucket.org/superflytv/timeline.git" | ||
"url": "git+https://github.com/SuperFlyTV/supertimeline.git" | ||
}, | ||
"bugs": { | ||
"url": "https://bitbucket.org/superflytv/timeline/issues" | ||
"url": "https://github.com/SuperFlyTV/supertimeline/issues" | ||
}, | ||
@@ -19,0 +19,0 @@ "main": "index.js", |
@@ -1,4 +0,4 @@ | ||
# SuperTimeline | ||
# Timeline | ||
The SuperTimeline is a collection of rules as well as a resolver for placing objects on a virtual timeline. It uses the concept of timing objects in sequences – absolute or relative timings – which resolves recursively in nested structures. This means it supports grouping, combinations of timing between groups, and objects within groups. It also supports logical conditions instead of timed conditions. | ||
The Timeline is a collection of rules as well as a resolver for placing objects on a virtual timeline. It uses the concept of timing objects in sequences – absolute or relative timings – which resolves recursively in nested structures. This means it supports grouping, combinations of timing between groups, and objects within groups. It also supports logical conditions instead of timed conditions. | ||
@@ -12,3 +12,3 @@ Licence: MIT | ||
`$ npm install --save supertimeline` | ||
`$ npm install --save superfly-timeline` | ||
@@ -15,0 +15,0 @@ ### Web browser |
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
68310