Comparing version 0.5.0 to 1.0.0
{ | ||
"name": "anymation", | ||
"version": "0.5.0", | ||
"version": "1.0.0", | ||
"description": "Simple & easy animation/tweener", | ||
@@ -11,3 +11,6 @@ "main": "index.js", | ||
"validate": "npm ls", | ||
"preflight": "npm run validate && npm run lint && npm run test" | ||
"preflight": "npm run validate && npm run lint && npm run test", | ||
"build-debug": "browserify --standalone anymation index.js > dist/anymation.js", | ||
"build-min": "browserify --standalone anymation index.js | uglifyjs -c -m > dist/anymation-min.js", | ||
"build": "npm run preflight && npm run build-debug && npm run build-min" | ||
}, | ||
@@ -28,5 +31,7 @@ "keywords": [ | ||
"devDependencies": { | ||
"browserify": "^12.0.1", | ||
"coverify": "^1.4.1", | ||
"jshint": "^2.8.0", | ||
"tape": "^4.4.0" | ||
"tape": "^4.4.0", | ||
"uglify-js": "^2.6.1" | ||
}, | ||
@@ -33,0 +38,0 @@ "repository": { |
@@ -5,2 +5,10 @@ # anymation | ||
## Installation | ||
For node or browserify, | ||
> npm install browserify | ||
For a manual configuration system, grab dist/anymation.js or dist/anymation-min.js from the git repository. These export the Anymation constructor through a require.js define() if you are using it, otherwise they add the Anymation constructor to the global window object. | ||
## Basic use | ||
@@ -7,0 +15,0 @@ |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
9048
1
109
5