29 lines
474 B
JSON
29 lines
474 B
JSON
|
{
|
||
|
"name": "motion-ui",
|
||
|
"version": "2.0.3",
|
||
|
"authors": [
|
||
|
"ZURB <foundation@zurb.com>"
|
||
|
],
|
||
|
"description": "Sass library for creating transitions and animations.",
|
||
|
"main": [
|
||
|
"dist/motion-ui.css",
|
||
|
"dist/motion-ui.js"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"Sass",
|
||
|
"motion"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"ignore": [
|
||
|
"**/.*",
|
||
|
"_build",
|
||
|
"node_modules",
|
||
|
"bower_components",
|
||
|
"docs/src",
|
||
|
"test"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"jquery": ">=2.2.0"
|
||
|
}
|
||
|
}
|