mirror of
https://github.com/l-lin/font-awesome-animation.git
synced 2025-01-06 19:01:32 +08:00
1f221284e5
* Folder reorganization * Using myth to generate prefixes * Change graphical charter
28 lines
427 B
JSON
28 lines
427 B
JSON
{
|
|
"name": "jquery",
|
|
"version": "1.11.0",
|
|
"main": "dist/jquery.js",
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"build",
|
|
"speed",
|
|
"test",
|
|
"*.md",
|
|
"AUTHORS.txt",
|
|
"Gruntfile.js",
|
|
"package.json"
|
|
],
|
|
"devDependencies": {
|
|
"sizzle": "1.10.16",
|
|
"requirejs": "~2.1.8",
|
|
"qunit": "~1.12.0",
|
|
"sinon": "~1.7.3"
|
|
},
|
|
"keywords": [
|
|
"jquery",
|
|
"javascript",
|
|
"library"
|
|
]
|
|
}
|