mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-23 22:27:34 -05:00
40 lines
1.5 KiB
JSON
40 lines
1.5 KiB
JSON
|
{
|
||
|
"name": "transition-complete",
|
||
|
"description": "Callback when current CSS transition is complete.",
|
||
|
"version": "0.0.2",
|
||
|
"author": {
|
||
|
"name": "Brian Peacock"
|
||
|
},
|
||
|
"main": "transition-complete.js",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/bpeacock/transition-complete.js"
|
||
|
},
|
||
|
"dependencies": {},
|
||
|
"devDependencies": {
|
||
|
"grunt": "~0.4.2",
|
||
|
"grunt-contrib-watch": "0.5.x",
|
||
|
"grunt-browserify": "1.3.x",
|
||
|
"grunt-contrib-jshint": "0.8.x",
|
||
|
"grunt-contrib-uglify": "0.3.x",
|
||
|
"grunt-contrib-qunit": "~0.4.0",
|
||
|
"qunitjs": "~1.14.0",
|
||
|
"sinon": "~1.8.2"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"keywords": [],
|
||
|
"scripts": {
|
||
|
"test": "grunt test"
|
||
|
},
|
||
|
"readme": "Transition Complete\n===================\n\nFires a callback when the current CSS transition finishes.\n\nUsage\n-----\n\nInstallation `npm install transition-complete`\n\n```javascript\ntransitionComplete(function() {\n\t//Something\n});\n```\n\nDevelopment\n-----------\n\nTo Build: `grunt build`\n\nTo Develop: `grunt watch`\n\nTo Test: `npm test`\n",
|
||
|
"readmeFilename": "README.md",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/bpeacock/transition-complete.js/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/bpeacock/transition-complete.js",
|
||
|
"_id": "transition-complete@0.0.2",
|
||
|
"_shasum": "5885abbe0fc4869df4045c880f52295c926d94d5",
|
||
|
"_from": "transition-complete@>=0.0.2 <1.0.0-0",
|
||
|
"_resolved": "https://registry.npmjs.org/transition-complete/-/transition-complete-0.0.2.tgz"
|
||
|
}
|