16 lines
573 B
JSON
16 lines
573 B
JSON
{
|
|
"main": "ratchet",
|
|
"files": ["dist/ratchet.js", "dist/ratchet.css", "dist/touch-icons/apple-touch-icon-114x114.png", "dist/touch-icons/apple-touch-icon-57x57.png", "dist/touch-icons/apple-touch-icon-72x72.png"],
|
|
"directories": {
|
|
"lib": "dist"
|
|
},
|
|
"shim": {
|
|
"ratchet": {
|
|
"imports": ["./ratchet.css!", "./touch-icons/apple-touch-icon-114x114.png!image", "./touch-icons/apple-touch-icon-57x57.png!image", "dist/touch-icons/apple-touch-icon-72x72.png!image"]
|
|
}
|
|
},
|
|
"buildConfig": {
|
|
"uglify": true
|
|
}
|
|
}
|